mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-21 10:26:35 +00:00
btrfs-progs: fix typos in restore help/doc
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
ce72ae32d2
commit
582e156baf
@ -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
|
||||
-----------
|
||||
|
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user