diff options
author | Thomas <[email protected]> | 2013-01-10 05:47:54 -0800 |
---|---|---|
committer | Thomas <[email protected]> | 2013-01-10 05:47:54 -0800 |
commit | 9e8a3e569a32b1c42ed4f61510cd1b7f74498921 (patch) | |
tree | e5873fe19b880e2fc9bd3145780826b47ac03999 | |
parent | 4a91edb85ff6e54ba70a422d6090d0d17c89d5ec (diff) | |
parent | 452cd1caec3d44722941f661869568fb66485401 (diff) | |
download | kerl-9e8a3e569a32b1c42ed4f61510cd1b7f74498921.tar.gz kerl-9e8a3e569a32b1c42ed4f61510cd1b7f74498921.tar.bz2 kerl-9e8a3e569a32b1c42ed4f61510cd1b7f74498921.zip |
Merge pull request #35 from ewansilver/remove_unknown_command_typo
Removed typo.
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -795,6 +795,6 @@ case "$1" in esac ;; *) - echo "unkwnown command: $1"; usage; exit 1 + echo "unknown command: $1"; usage; exit 1 ;; esac |