summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
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]);