diff --git a/bin/git-ignore-io b/bin/git-ignore-io index 404e227..4c475df 100755 --- a/bin/git-ignore-io +++ b/bin/git-ignore-io @@ -62,7 +62,7 @@ gi_append() { show_usage() { echo "Usage:" echo " git ignore-io ... Show gitignore template" - echo " [-a|--append] ... Apeend new .gitignore content to .gitignore under the current directory" + echo " [-a|--append] ... Append new .gitignore content to .gitignore under the current directory" echo " [-e|--export] ... Export new .gitignore to the current directory (The old one will be replaced)" echo " [-l] Print available types in alphabetical order " echo " [-L] Print available types in table format"