summaryrefslogtreecommitdiff
path: root/bash/blog.sh
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2022-12-12 12:00:31 +0800
committergarhve <git@garhve.com>2022-12-12 12:00:31 +0800
commit7211d120f1b3599256257bf24852ba1c334db96f (patch)
tree3df4deefe47d4893a5b9a7584f0c328e146bc56a /bash/blog.sh
parent0b5980015f5b3d0eedf4fb8941b0975333c96e70 (diff)
fixed typos
Diffstat (limited to 'bash/blog.sh')
-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"