From 5f7dd4b4b25d542712078d769cf69e87bb5e152a Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 13 Jan 2019 14:15:01 -0500 Subject: Fix target options --- cmd_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_format.c') 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; } -- cgit v1.2.3