feature_to_c.sh: Print help when passing no arguments
authorSimon Marchi <simon.marchi@ericsson.com>
Fri, 4 Mar 2016 15:03:06 +0000 (10:03 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 4 Mar 2016 15:03:06 +0000 (10:03 -0500)
commit73519cce7cbe31609a2aa9c27955555237a0c51f
treef9ed5a853810ce47ae70f3cae09e4f2b8a25212e
parente18b24a419ef76a3c6c76c34885d1f6e9ae58fa6
feature_to_c.sh: Print help when passing no arguments

I found that odd that passing no arguments to feature_to_c.sh produces
this:

$ ./feature_to_c.sh
./feature_to_c.sh: 23: shift: can't shift that many

but passing one argument shows the help:

$ ./feature_to_c.sh hello
Usage: ./feature_to_c.sh OUTPUTFILE INPUTFILE...

This patch changes the script to show the help in both cases.

gdb/ChangeLog:

* features/feature_to_c.sh: Print the help when passing no
argument.
gdb/ChangeLog
gdb/features/feature_to_c.sh
This page took 0.025164 seconds and 4 git commands to generate.