diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-17 22:52:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-17 22:52:53 -0400 |
commit | 8b3d031b150fe40388400b570e0269a1e688500a (patch) | |
tree | bdc2d22f695a6bdecaaa3a397fa35e9191b41cd8 | |
parent | a51c47ec1ed07e267dfdf473e6124da7873e915d (diff) |
typo
-rwxr-xr-x | etckeeper | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ fi if [ -z "$1" ]; then usage elif [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then - man etceeper || echo "Usage: etckeeper command [-d directory]" >&2 + man etckeeper || echo "Usage: etckeeper command [-d directory]" >&2 exit 0 fi command="$1" |