diff options
Diffstat (limited to 'cmd_format.c')
-rw-r--r-- | cmd_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c index 26f6b08c..bf175581 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -196,7 +196,7 @@ int cmd_format(int argc, char *argv[]) exit(EXIT_SUCCESS); break; case '?': - die("unrecognized option %s", optarg); + exit(EXIT_FAILURE); break; } |