From 6bed255a52fe1265dda231901162b529306c8775 Mon Sep 17 00:00:00 2001 From: yogendra Date: Fri, 14 Jun 2019 13:09:25 +0530 Subject: [PATCH] Fix Issue 5910 --- src/fish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fish.cpp b/src/fish.cpp index 07288b9f7..68d81b60b 100644 --- a/src/fish.cpp +++ b/src/fish.cpp @@ -265,7 +265,7 @@ static int fish_parse_opt(int argc, char **argv, fish_cmd_opts_t *opts) { static const struct option long_opts[] = {{"command", required_argument, NULL, 'c'}, {"init-command", required_argument, NULL, 'C'}, {"features", required_argument, NULL, 'f'}, - {"debug-level", required_argument, NULL, 'd'}, + {"debug", required_argument, NULL, 'd'}, {"debug-output", required_argument, NULL, 'o'}, {"debug-stack-frames", required_argument, NULL, 'D'}, {"interactive", no_argument, NULL, 'i'},