From 3ca706a6ee813300b30e1603076b3e356c0deb93 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 23 Jul 2013 10:43:21 +0800 Subject: btrfs-progs: Update the usage strings of some cmds Update the usage strings of some cmds to keep the them consistent with the source. Also some minor changes are done to fit the man page syntax. Signed-off-by: Qu Wenruo Signed-off-by: David Sterba Signed-off-by: Chris Mason --- cmds-restore.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmds-restore.c') diff --git a/cmds-restore.c b/cmds-restore.c index d2870d7c..70fbc387 100644 --- a/cmds-restore.c +++ b/cmds-restore.c @@ -1098,11 +1098,12 @@ const char * const cmd_restore_usage[] = { "-v verbose", "-i ignore errors", "-o overwrite", - "-t tree location", + "-t tree location", "-f filesystem location", "-u super mirror", + "-r root objectid", "-d find dir", - "-l list roots", + "-l list tree roots", "--path-regex ", " restore only filenames matching regex,", " you have to use following syntax (possibly quoted):", -- cgit v1.2.1