btrfs-progs: restore: don't allow users to specify -r and -f at the same time
authorWang Shilong <wangsl.fnst@cn.fujitsu.com>
Thu, 19 Jun 2014 01:27:08 +0000 (09:27 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:43:10 +0000 (14:43 +0200)
commit958bd97a55eed38c295687c2e85f9fb135f89eb3
tree118f76c4f0c3c2af4fbef6ba53b4fb06e3fcd857
parent4cb5168ba61d87b9a9dea371c222880f68b5d6db
btrfs-progs: restore: don't allow users to specify -r and -f at the same time

These two options are used for same purpose, but they are exclusive with
each other. Make it clear to common users.

Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-restore.c