From 18b48340de1b415cc29f8cc52c990a6427e6d46c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 29 Apr 2015 18:11:46 +0200 Subject: btrfs-progs: restore: shift option texts Signed-off-by: David Sterba --- cmds-restore.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'cmds-restore.c') diff --git a/cmds-restore.c b/cmds-restore.c index d68f23d..d7a3bb0 100644 --- a/cmds-restore.c +++ b/cmds-restore.c @@ -1386,25 +1386,25 @@ const char * const cmd_restore_usage[] = { "btrfs restore [options] | -l ", "Try to restore files from a damaged filesystem (unmounted)", "", - "-s get snapshots", - "-x get extended attributes", - "-m|--metadata restore owner, mode and times", - "-S|--symlinks restore symbolic links" - "-v verbose", - "-i ignore errors", - "-o overwrite", - "-t tree location", - "-f filesystem location", - "-u super mirror", - "-r root objectid", - "-d find dir", - "-l list tree roots", - "-D|--dry-run dry run (only list files that would be recovered)", + "-s get snapshots", + "-x get extended attributes", + "-m|--metadata restore owner, mode and times", + "-S|--symlinks restore symbolic links" + "-v verbose", + "-i ignore errors", + "-o overwrite", + "-t tree location", + "-f filesystem location", + "-u super mirror", + "-r root objectid", + "-d find dir", + "-l list tree roots", + "-D|--dry-run dry run (only list files that would be recovered)", "--path-regex ", - " restore only filenames matching regex,", - " you have to use following syntax (possibly quoted):", - " ^/(|home(|/username(|/Desktop(|/.*))))$", - "-c ignore case (--path-regex only)", + " restore only filenames matching regex,", + " you have to use following syntax (possibly quoted):", + " ^/(|home(|/username(|/Desktop(|/.*))))$", + "-c ignore case (--path-regex only)", NULL }; -- cgit v1.2.1