Skip to content

Commit

Permalink
Merge pull request #49 from jeremyroman/regexp
Browse files Browse the repository at this point in the history
Change help message for 'ignore' to describe the patterns as using fnmatch syntax.
  • Loading branch information
natduca committed Mar 3, 2015
2 parents 157b1cb + fbdbebb commit 43da4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickopen.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def CMDrmdir(parser):
return 255

def CMDignore(parser):
"""Ignores files matching the given regexp"""
"""Ignores files matching the given fnmatch glob pattern"""
(options, args) = parser.parse_args()
db = open_db(options)
if len(args) == 0:
Expand Down

0 comments on commit 43da4f7

Please sign in to comment.