Limit usage text to 80 characters per line

pull/75/head
Andri Yngvason 2020-10-17 18:16:12 +00:00
parent d923f212d0
commit fa4dc0f169
1 changed files with 2 additions and 1 deletions

View File

@ -685,7 +685,8 @@ int wayvnc_usage(FILE* stream, int rc)
"\n"
" -C,--config=<path> Select a config file.\n"
" -o,--output=<name> Select output to capture.\n"
" -k,--keyboard=<layout>[-<variant>] Select keyboard layout with an optional variant.\n"
" -k,--keyboard=<layout>[-<variant>] Select keyboard layout with an\n"
" optional variant.\n"
" -s,--seat=<name> Select seat by name.\n"
" -r,--render-cursor Enable overlay cursor rendering.\n"
" -f,--max-fps=<fps> Set the rate limit (default 30).\n"