diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/usb_updater/gsctool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/usb_updater/gsctool.c b/extra/usb_updater/gsctool.c index 8826b13917..24efaeb747 100644 --- a/extra/usb_updater/gsctool.c +++ b/extra/usb_updater/gsctool.c @@ -3436,8 +3436,7 @@ static int get_longindex(int short_opt, const struct option *long_opts) * We could never come here as the short options list is compiled * based on long options table. */ - fprintf(stderr, "could not find long opt table index for %d\n", - short_opt); + fprintf(stderr, "Command line error, parameter argument missing\n"); exit(1); return -1; /* Not reached. */ |