Skip to content

Commit 7093935

Browse files
authored
Merge pull request #161 from djw8605/fix-verify-usage
Update usage on verify command to make the TOKENFILE explicit
2 parents 89257bb + 2285ec7 commit 7093935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace {
99

1010
const char usage[] =
1111
"\n"
12-
"Syntax: %s [--cred cred_file] < TOKEN\n"
12+
"Syntax: %s [--cred cred_file] < TOKENFILE\n"
1313
"\n"
1414
" Options\n"
1515
" -h | --help Display usage\n"

0 commit comments

Comments
 (0)