From 55eb6beecd2ccfcf9dfa250f3ad5d4f85903994d Mon Sep 17 00:00:00 2001 From: James Berry Date: Tue, 6 Dec 2016 08:28:28 -0800 Subject: [PATCH] Update help text to reflect revised option name from -d to -R --- Tag/Tag.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tag/Tag.m b/Tag/Tag.m index a5c8288..1ca9756 100644 --- a/Tag/Tag.m +++ b/Tag/Tag.m @@ -372,7 +372,7 @@ - (void)displayHelp " tag -s | --set ... Set tags on file\n" " tag -m | --match ... Display files with matching tags\n" " tag -l | --list ... List the tags on file\n" - " tag -f | --find ... Find all files with tags (-A, -e, -d ignored)\n" + " tag -f | --find ... Find all files with tags (-A, -e, -R ignored)\n" " is a comma-separated list of tag names; use * to match/find any tag.\n" " additional options:\n" " -v | --version Display version\n"