Skip to content

Commit

Permalink
document --panoramic option
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Nov 11, 2018
1 parent 837b8a4 commit 0435bfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ command_t commands[] =
" -n|--name abc: window name\n"
" -t|--wait: wait until a matching window is found\n"
" -v|--wait-visible: wait until a matching window is visible\n"
" -f|--fullscreen: expand window to fullscreen after adding it"
" -f|--fullscreen: expand window to fullscreen after adding it\n"
" -p|--panoramic: expand window to all monitors after adding it"
},
{
"focus", focus,
Expand Down Expand Up @@ -587,7 +588,8 @@ command_t commands[] =
" --top 123: y coordinate of the top left corner\n"
" --right 123: the x coordinate of the bottom right corner\n"
" --bottom 123: the y coordinate of the bottom right corner\n"
" -f|--fullscreen: expand window to fullscreen"
" -f|--fullscreen: expand window to fullscreen\n"
" -p|--panoramic: expand window to all monitors"
},
{
"ls", ls,
Expand Down

0 comments on commit 0435bfb

Please sign in to comment.