Skip to content

Commit

Permalink
Remove local reference to ltx execution in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
acerv committed Oct 11, 2023
1 parent 8b8186c commit 15febbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc, char *argv[])
case 'h':
default:
printf(
"Usage: ./ltx [-s|-v|-h]\n\n"
"Usage: ltx [-s|-v|-h]\n\n"
" -s | --serial communicate via serial port\n"
" -v | --version print version\n"
" -h | --help print help message\n\n"
Expand Down

0 comments on commit 15febbd

Please sign in to comment.