btrfs-progs: fix typos in restore help/doc

Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2015-04-24 17:28:37 +02:00
parent ce72ae32d2
commit 582e156baf
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ restore only filenames matching regex, you have to use following syntax (possibl
+^/(|home(|/username(|/Desktop(|/.*))))$+
-c::
ignore case (--path-regrex only).
ignore case (--path-regex only).
EXIT STATUS
-----------

View File

@ -1257,7 +1257,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)",
"-c ignore case (--path-regex only)",
NULL
};