summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-01-07 16:01:01 -0500
committerjakob <jakob@memeware.net>2017-01-07 16:01:01 -0500
commitb3560b1005d3bc78a4f00a2279eb791209801a98 (patch)
treeef1b14ab28240e892c36aa51d709946414a3ade8 /src/cli.c
parent91391f96b6541b9db97e3ad4fe5f62c76c07bb29 (diff)
Minimal debugging information about the stream is printed.
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index 9394424..dd3c263 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -54,7 +54,6 @@ struct configuration parse_args(int argc, char *argv[]) {
while (current >= 0) {
current = getopt_long(argc, argv, "hv", long_options, &option_index);
-
switch (current) {
case 'h':
printf("Usage: %s [OPTIONS] (ARCHIVE PATH)\n\n", argv[0]);