summaryrefslogtreecommitdiff
path: root/cmds-restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-restore.c')
-rw-r--r--cmds-restore.c7
1 files changed, 4 insertions, 3 deletions
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 <location> tree location",
- "-f <offset> filesystem location",
- "-u <block> super mirror",
+ "-t <bytenr> tree location",
+ "-f <bytenr> filesystem location",
+ "-u <mirror> super mirror",
"-r <rootid> 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
};