mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-04 22:09:24 +00:00
"usage" uniformity
This commit is contained in:
parent
b99ee5b6be
commit
aae8117eeb
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user