btrfs-progs: restore: use long option for the path regex
authorDavid Sterba <dsterba@suse.cz>
Wed, 15 May 2013 22:26:04 +0000 (00:26 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Aug 2013 12:32:30 +0000 (14:32 +0200)
commitf6e4a423eb8a9573ef8550fac7ceb875027acd7f
tree3432e3af3c7474a7d3351ac3f5a20ba4f69b0b78
parent65b01dcc5a6a261227faeaeb7a182a619d1ce4cc
btrfs-progs: restore: use long option for the path regex

Current way of specifying the path to match is not very comfortable, but
the feature itself is very useful. Let's save the short option -m for a
more user friendly syntax and keep a long option --path-regex with the
current syntax.

CC: Peter Stuge <peter@stuge.se>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
cmds-restore.c