X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=ex;h=391570e4da43e9cb5887a357eb71c20e3783bb1d;hb=2b28ddb6f3e6052441bd9899f6f28cf10a454357;hp=dcfb36910dd4c7616c430934bee6015ceefd6a01;hpb=e409ebcdfd1ecc0aeae511d3a62caf6006b2643d;p=small-misc-bash diff --git a/ex b/ex index dcfb369..391570e 100755 --- a/ex +++ b/ex @@ -14,7 +14,7 @@ # limitations under the License. ex() { - local help="Usage: ex [--help] FILE ... + local help="Usage: ex [--help] FILE... Extract each FILE according to its extension." if [[ $1 == --help ]]; then echo "$help"