diff --git a/cmdutils.c b/cmdutils.c index a48d0c35c9..7903e27114 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -255,8 +255,8 @@ int opt_default(const char *opt, const char *arg){ } } if(!p && !oformat){ - fprintf(stderr, "Unrecognized option '%s'\n", opt); - exit(1); + fprintf(stderr, "Unrecognized option '%s'\n", opt); + exit(1); } }