X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=ex-function;h=91733c3284dd0b7dac2e9177338cc72d3591beb0;hb=2b28ddb6f3e6052441bd9899f6f28cf10a454357;hp=0394dde5d800f874ef600a457781c74773cded07;hpb=e409ebcdfd1ecc0aeae511d3a62caf6006b2643d;p=small-misc-bash diff --git a/ex-function b/ex-function index 0394dde..91733c3 100644 --- a/ex-function +++ b/ex-function @@ -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"