Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
modify some print out information
Browse files Browse the repository at this point in the history
  • Loading branch information
imwithye committed Mar 21, 2014
1 parent eaf3bac commit ffe4199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-ignore/git_ignore.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def usage():
print "Available subcommands are:"
print " add <project type> 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 <ignore type> Show which ignore file will be imported"
print " usage Show this help message and exit"
print " version Show version and exit"
Expand Down

0 comments on commit ffe4199

Please sign in to comment.