oops documentation is hard

This commit is contained in:
Virt 2025-03-09 00:34:07 +01:00
commit d3ce51a8ba
2 changed files with 7 additions and 7 deletions

View file

@ -17,8 +17,8 @@ wayneko \- Neko on Wayland but with phases
.OP \-\-outline\-colour 0xRRGGBB[AA] .OP \-\-outline\-colour 0xRRGGBB[AA]
.OP \-\-type neko|inu|random .OP \-\-type neko|inu|random
.OP \-\-idle-sleep seconds .OP \-\-idle-sleep seconds
.OP \-\-phase-sleep seconds-seconds .OP \-\-sleep-phase seconds-seconds
.OP \-\-phase-awake seconds-seconds .OP \-\-awake-phase seconds-seconds
.OP \-\-layer background|bottom|top|overlay .OP \-\-layer background|bottom|top|overlay
.OP \-\-survive\-close .OP \-\-survive\-close
.YS .YS
@ -69,7 +69,7 @@ idle.
.RE .RE
. .
.P .P
\fB\-\-phase-awake\fR \fIseconds-seconds\fR \fB\-\-awake-phase\fR \fIseconds-seconds\fR
.RS .RS
Set the duration of how long neko will be awake at a time. Takes a minimum Set the duration of how long neko will be awake at a time. Takes a minimum
and a maximum amount of seconds, separated by a dash. Actual duration will and a maximum amount of seconds, separated by a dash. Actual duration will
@ -77,7 +77,7 @@ be drawn uniformly at random between the two values. Defaults to 120-600.
.RE .RE
. .
.P .P
\fB\-\-phase-sleep\fR \fIseconds-seconds\fR \fB\-\-sleep-phase\fR \fIseconds-seconds\fR
.RS .RS
Set the duration of how long neko will sleep at a time. Takes a minimum Set the duration of how long neko will sleep at a time. Takes a minimum
and a maximum amount of seconds, separated by a dash. Actual duration will and a maximum amount of seconds, separated by a dash. Actual duration will

View file

@ -32,9 +32,9 @@ const char usage[] =
" --background-colour 0xRRGGBB[AA]\n" " --background-colour 0xRRGGBB[AA]\n"
" --outline-colour 0xRRGGBB[AA]\n" " --outline-colour 0xRRGGBB[AA]\n"
" --type neko|inu|random\n" " --type neko|inu|random\n"
" --idle-sleep num\n" " --idle-sleep seconds\n"
" --phase-sleep num-num\n" " --sleep-phase seconds-seconds\n"
" --phase-awake num-num\n" " --awake-phase seconds-seconds\n"
" --layer background|bottom|top|overlay\n" " --layer background|bottom|top|overlay\n"
" --survive-close\n" " --survive-close\n"
"\n"; "\n";