From ffe41990bd0e06c8d2ac2edc640b77fa7229d044 Mon Sep 17 00:00:00 2001 From: Ciel Date: Thu, 20 Mar 2014 21:49:45 -0700 Subject: [PATCH] modify some print out information --- git-ignore/git_ignore.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-ignore/git_ignore.py b/git-ignore/git_ignore.py index 74bd282..d984b25 100755 --- a/git-ignore/git_ignore.py +++ b/git-ignore/git_ignore.py @@ -47,9 +47,9 @@ def usage(): print "Available subcommands are:" print " add Add gitignore files. Try use 'git ignore add Python C'" print " save [project type] Save current .gitignore file as a template" - print " list List all saved ignore files" - print " delete [ignore file] Delete .gitignore or ignore template" - print " show [ignore type] Cat .gitignore or ignore template" + print " list List all saved ignore templates" + print " delete [ignore file] Delete .gitignore or ignore templates" + print " show [ignore type] Cat .gitignore or ignore templates" print " which Show which ignore file will be imported" print " usage Show this help message and exit" print " version Show version and exit"