Skip to content

Commit a600623

Browse files
djw8605Copilot
andauthored
Update src/verify.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c78383 commit a600623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/verify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ int main(int argc, char *const *argv) {
105105
}
106106
if (token.empty()) {
107107
fprintf(stderr, "%s: No token provided on stdin or command line.\n", argv[0]);
108+
fprintf(stderr, usage, argv[0]);
108109
return 1;
109110
}
110111

0 commit comments

Comments
 (0)