From 2b28ddb6f3e6052441bd9899f6f28cf10a454357 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 22 Apr 2014 17:18:16 -0700 Subject: [PATCH] minor doc fix --- ex | 2 +- ex-function | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2