summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rwxr-xr-xbash/blog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/blog.sh b/bash/blog.sh
index 73c9ad6..0550eeb 100755
--- a/bash/blog.sh
+++ b/bash/blog.sh
@@ -71,7 +71,7 @@ new() {
}
-[ $# -lt 1 ] && echo "usage: $(basename $0) [action] [option]"
+[ $# -lt 1 ] && echo "usage: $(basename $0) action [en/cn]"
[ $1 == "new" ] && new "$2"
[ $1 == "edit" ] && edit "$2"