From 13f37491ed39c68329a3810db1e38c1adfdbfcb8 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 12 Oct 2017 17:08:09 +0200 Subject: [PATCH] btrbk: cosmetics: change order of commands in help message --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 74d41cb..4e285c1 100755 --- a/btrbk +++ b/btrbk @@ -323,6 +323,8 @@ sub HELP_MESSAGE print STDERR " snapshot run snapshot operations only\n"; print STDERR " resume run backup operations, and delete snapshots\n"; print STDERR " prune only delete snapshots and backups\n"; + print STDERR " archive recursively copy all subvolumes (experimental)\n"; + print STDERR " clean delete incomplete (garbled) backups\n"; print STDERR " stats print snapshot/backup statistics\n"; print STDERR " list available subcommands are:\n"; print STDERR " backups all backups and corresponding snapshots\n"; @@ -332,8 +334,6 @@ sub HELP_MESSAGE print STDERR " source configured source/snapshot relations\n"; print STDERR " volume configured volume sections\n"; print STDERR " target configured targets\n"; - print STDERR " clean delete incomplete (garbled) backups\n"; - print STDERR " archive recursively copy all subvolumes (experimental)\n"; print STDERR " usage print filesystem usage\n"; print STDERR " origin print origin information for subvolume\n"; print STDERR " diff shows new files between related subvolumes\n";