btrfs-progs: restore: shift option texts

Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
David Sterba 2015-04-29 18:11:46 +02:00
parent ffd53c0fe8
commit 18b48340de

View File

@ -1386,25 +1386,25 @@ const char * const cmd_restore_usage[] = {
"btrfs restore [options] <device> <path> | -l <device>",
"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 <bytenr> tree location",
"-f <bytenr> filesystem location",
"-u <mirror> super mirror",
"-r <rootid> 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 <bytenr> tree location",
"-f <bytenr> filesystem location",
"-u <mirror> super mirror",
"-r <rootid> root objectid",
"-d find dir",
"-l list tree roots",
"-D|--dry-run dry run (only list files that would be recovered)",
"--path-regex <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
};