Skip to content

Commit

Permalink
Update help text to reflect revised option name from -d to -R
Browse files Browse the repository at this point in the history
  • Loading branch information
jdberry committed Dec 6, 2016
1 parent 846c206 commit 55eb6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tag/Tag.m
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ - (void)displayHelp
" tag -s | --set <tags> <path>... Set tags on file\n"
" tag -m | --match <tags> <path>... Display files with matching tags\n"
" tag -l | --list <path>... List the tags on file\n"
" tag -f | --find <tags> <path>... Find all files with tags (-A, -e, -d ignored)\n"
" tag -f | --find <tags> <path>... Find all files with tags (-A, -e, -R ignored)\n"
" <tags> is a comma-separated list of tag names; use * to match/find any tag.\n"
" additional options:\n"
" -v | --version Display version\n"
Expand Down

0 comments on commit 55eb6be

Please sign in to comment.