Fix wayvncctl usage and manpage typos
Signed-off-by: Jim Ramsay <i.am@jimramsay.com>pull/186/head
parent
66018dd0d6
commit
372b530d3a
|
@ -52,8 +52,8 @@ static int wayvncctl_usage(FILE* stream, int rc)
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -S,--socket=<path> Wayvnc control socket path.\n"
|
" -S,--socket=<path> Wayvnc control socket path.\n"
|
||||||
" -j,--json Output json on stdout.\n"
|
|
||||||
" Default: $XDG_RUNTIME_DIR/wayvncctl\n"
|
" Default: $XDG_RUNTIME_DIR/wayvncctl\n"
|
||||||
|
" -j,--json Output json on stdout.\n"
|
||||||
" -V,--version Show version info.\n"
|
" -V,--version Show version info.\n"
|
||||||
" -v,--verbose Be more verbose.\n"
|
" -v,--verbose Be more verbose.\n"
|
||||||
" -h,--help Get help (this text).\n"
|
" -h,--help Get help (this text).\n"
|
||||||
|
|
|
@ -2,7 +2,7 @@ wayvncctl(1)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
wayvncctl - A command line control lient for wayvnc(1)
|
wayvncctl - A command line control client for wayvnc(1)
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue