From c0da6346c6e1db7ccbc4e1335b4487b3dd43b01a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 3 Jan 2015 01:37:40 +0100 Subject: [PATCH] btrfs-progs: doc restore, cleanups for wiki conversion Properly format the patch regex and add a line break. Signed-off-by: David Sterba --- Documentation/btrfs-restore.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/btrfs-restore.txt b/Documentation/btrfs-restore.txt index 57805d7f..20fc366a 100644 --- a/Documentation/btrfs-restore.txt +++ b/Documentation/btrfs-restore.txt @@ -61,7 +61,8 @@ 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(|/.*))))$ ++ ++^/(|home(|/username(|/Desktop(|/.*))))$+ -c:: ignore case (--path-regrex only).