summaryrefslogtreecommitdiff
path: root/cmds-receive.c
diff options
context:
space:
mode:
authorMisono, Tomohiro <misono.tomohiro@jp.fujitsu.com>2017-08-24 14:24:03 +0900
committerDavid Sterba <dsterba@suse.com>2017-08-24 19:14:19 +0200
commita1e935d233359e48518222040ac1a7d930461593 (patch)
treee09d367c3c0aa1403d99d3673dd7803985980a60 /cmds-receive.c
parent80852c3c3fb44789b3b61eba08d625461274776d (diff)
btrfs-progs: recieve: add missing short option E to getopt
This fixes "btrfs receive -E". Signed-off-by: Tomohiro Misono <misono.tomohiro@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-receive.c')
-rw-r--r--cmds-receive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-receive.c b/cmds-receive.c
index 72e9c8f3..e584cef0 100644
--- a/cmds-receive.c
+++ b/cmds-receive.c
@@ -1277,7 +1277,7 @@ int cmd_receive(int argc, char **argv)
{ NULL, 0, NULL, 0 }
};
- c = getopt_long(argc, argv, "Cevf:m:", long_opts, NULL);
+ c = getopt_long(argc, argv, "Cevf:m:E:", long_opts, NULL);
if (c < 0)
break;