"usage" uniformity

This commit is contained in:
Francisco Lopes 2021-01-07 16:07:59 -03:00
parent b99ee5b6be
commit aae8117eeb
No known key found for this signature in database
GPG Key ID: 2E754CF1886344B5
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ $ cmake --build build
```
caps2esc - transforming the most useless key ever in the most useful one
usage: caps2esc [-h] [-m mode] [-t delay]
usage: caps2esc [-h | [-m mode] [-t delay]]
options:
-h show this message and exit

View File

@ -18,7 +18,7 @@ void print_usage(FILE *stream, const char *program) {
fprintf(stream,
"caps2esc - transforming the most useless key ever in the most useful one\n"
"\n"
"usage: %s [-h] [-m mode] [-t delay]\n"
"usage: %s [-h | [-m mode] [-t delay]]\n"
"\n"
"options:\n"
" -h show this message and exit\n"