From c24c92f4aef407f6d2cb8fb6422e0f1f77ef8880 Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Thu, 19 Jun 2014 09:27:09 +0800 Subject: btrfs-progs: restore: document updates Add some missing options, also improve some confusing expressions. Signed-off-by: Wang Shilong Signed-off-by: David Sterba --- cmds-restore.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cmds-restore.c') diff --git a/cmds-restore.c b/cmds-restore.c index 310a84e1..3465f842 100644 --- a/cmds-restore.c +++ b/cmds-restore.c @@ -1117,9 +1117,9 @@ const char * const cmd_restore_usage[] = { "-v verbose", "-i ignore errors", "-o overwrite", - "-t tree location", - "-f filesystem location", - "-u super mirror", + "-t tree location", + "-f filesystem location", + "-u super mirror", "-r root objectid", "-d find dir", "-l list tree roots", @@ -1128,6 +1128,7 @@ const char * const cmd_restore_usage[] = { " restore only filenames matching regex,", " you have to use following syntax (possibly quoted):", " ^/(|home(|/username(|/Desktop(|/.*))))$", + "-c ignore case (--path-regrex only)", NULL }; -- cgit v1.2.3