diff options
| author | jakob <jakob@memeware.net> | 2017-01-07 16:01:01 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-07 16:01:01 -0500 |
| commit | b3560b1005d3bc78a4f00a2279eb791209801a98 (patch) | |
| tree | ef1b14ab28240e892c36aa51d709946414a3ade8 /src/cli.c | |
| parent | 91391f96b6541b9db97e3ad4fe5f62c76c07bb29 (diff) | |
Minimal debugging information about the stream is printed.
Diffstat (limited to 'src/cli.c')
| -rw-r--r-- | src/cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]); |