diff options
author | garhve <git@garhve.com> | 2022-12-12 12:00:31 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-12 12:00:31 +0800 |
commit | 7211d120f1b3599256257bf24852ba1c334db96f (patch) | |
tree | 3df4deefe47d4893a5b9a7584f0c328e146bc56a /bash/blog.sh | |
parent | 0b5980015f5b3d0eedf4fb8941b0975333c96e70 (diff) |
fixed typos
Diffstat (limited to 'bash/blog.sh')
-rwxr-xr-x | bash/blog.sh | 2 |
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" |