From: Ian Kelling Date: Wed, 23 Apr 2014 00:18:16 +0000 (-0700) Subject: minor doc fix X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=2b28ddb6f3e6052441bd9899f6f28cf10a454357 minor doc fix --- 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" 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"