Skip to content

Commit 0435bfb

Browse files
committed
document --panoramic option
1 parent 837b8a4 commit 0435bfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/cli.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ command_t commands[] =
541541
" -n|--name abc: window name\n"
542542
" -t|--wait: wait until a matching window is found\n"
543543
" -v|--wait-visible: wait until a matching window is visible\n"
544-
" -f|--fullscreen: expand window to fullscreen after adding it"
544+
" -f|--fullscreen: expand window to fullscreen after adding it\n"
545+
" -p|--panoramic: expand window to all monitors after adding it"
545546
},
546547
{
547548
"focus", focus,
@@ -587,7 +588,8 @@ command_t commands[] =
587588
" --top 123: y coordinate of the top left corner\n"
588589
" --right 123: the x coordinate of the bottom right corner\n"
589590
" --bottom 123: the y coordinate of the bottom right corner\n"
590-
" -f|--fullscreen: expand window to fullscreen"
591+
" -f|--fullscreen: expand window to fullscreen\n"
592+
" -p|--panoramic: expand window to all monitors"
591593
},
592594
{
593595
"ls", ls,

0 commit comments

Comments
 (0)