mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-05 06:19: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
|
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:
|
options:
|
||||||
-h show this message and exit
|
-h show this message and exit
|
||||||
|
@ -18,7 +18,7 @@ void print_usage(FILE *stream, const char *program) {
|
|||||||
fprintf(stream,
|
fprintf(stream,
|
||||||
"caps2esc - transforming the most useless key ever in the most useful one\n"
|
"caps2esc - transforming the most useless key ever in the most useful one\n"
|
||||||
"\n"
|
"\n"
|
||||||
"usage: %s [-h] [-m mode] [-t delay]\n"
|
"usage: %s [-h | [-m mode] [-t delay]]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"options:\n"
|
"options:\n"
|
||||||
" -h show this message and exit\n"
|
" -h show this message and exit\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user