From 98bbfe7968a369566959a18c49db29c42050f2c9 Mon Sep 17 00:00:00 2001 From: LeeW Date: Mon, 7 Sep 2015 22:20:20 +0800 Subject: [PATCH] Fix typo --- bin/git-ignore-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"