minor doc fix
authorIan Kelling <ian@iankelling.org>
Wed, 23 Apr 2014 00:18:16 +0000 (17:18 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 12 Aug 2016 22:57:29 +0000 (15:57 -0700)
ex
ex-function

diff --git a/ex b/ex
index dcfb36910dd4c7616c430934bee6015ceefd6a01..391570e4da43e9cb5887a357eb71c20e3783bb1d 100755 (executable)
--- 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"
index 0394dde5d800f874ef600a457781c74773cded07..91733c3284dd0b7dac2e9177338cc72d3591beb0 100644 (file)
@@ -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"