Btrfs-progs: correcting misnamed parameter options for btrfs send
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Tue, 6 Nov 2012 20:47:07 +0000 (21:47 +0100)
committerDavid Sterba <dsterba@suse.cz>
Mon, 21 Jan 2013 17:52:34 +0000 (18:52 +0100)
commitcc088694ff51c715793c974fffa110bb44451a5e
treee032f7578ab4ad538672617a06bee5790cb404cb
parente02556d64a4dcabf3681e3a8291618193fbec966
Btrfs-progs: correcting misnamed parameter options for btrfs send

Unfortunately, the command line options for btrfs send were misnamed. The
-i option should not be used to give "clone sources", we'll be using -c
instead.

Compatibily note: -i option was broken anyway, which makes it less critical
renaming it. For potential users of the old option style, we emit a fatal
warning if the -i option is used.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
cmds-send.c