We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618c67 commit 6082325Copy full SHA for 6082325
examples/lexer.c
@@ -58,7 +58,7 @@ void lex(void* input_void) {
58
59
int main(int argc, char* argv[]){
60
if (argc != 2) {
61
- printf("Usage: %s <input-text>\n", argv[1]);
+ printf("Usage: %s <input-text>\n", argv[0]);
62
return 1;
63
}
64
0 commit comments