Skip to content

Commit

Permalink
Update howdoi.py
Browse files Browse the repository at this point in the history
Edited to keep it consistent with original style.
  • Loading branch information
Hrishikesh Sathe committed Jun 30, 2014
1 parent 034bddd commit f5c25a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion howdoi/howdoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def get_parser():
parser.add_argument('-n','--num-answers', help='number of answers to return', default=1, type=int)
parser.add_argument('-C','--clear-cache', help='clear the cache',
action='store_true')
parser.add_argument('-v','--version', help='displays the current version of howdoi', action='store_true')
parser.add_argument('-v','--version', help='displays the current version of howdoi',
action='store_true')
return parser


Expand Down

0 comments on commit f5c25a4

Please sign in to comment.