diff options
Diffstat (limited to 'src/c_opts.c')
-rw-r--r-- | src/c_opts.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/c_opts.c b/src/c_opts.c index ed3eca8..f129cbf 100644 --- a/src/c_opts.c +++ b/src/c_opts.c @@ -59,11 +59,7 @@ static void c_dump_usage(void) { - dprintf( - STDERR_FILENO, - C_USAGE_FMT, - "ahinpRv" - ); + dprintf(STDERR_FILENO, C_USAGE_FMT); } static bool_t |