iankelling.org
/
git
/
small-misc-bash
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e409ebc
)
minor doc fix
author
Ian Kelling
<ian@iankelling.org>
Wed, 23 Apr 2014 00:18:16 +0000
(17:18 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Fri, 12 Aug 2016 22:57:29 +0000
(15:57 -0700)
ex
patch
|
blob
|
history
ex-function
patch
|
blob
|
history
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"
diff --git
a/ex-function
b/ex-function
index 0394dde5d800f874ef600a457781c74773cded07..91733c3284dd0b7dac2e9177338cc72d3591beb0 100644
(file)
--- 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"