Skip to content

Commit 853a9ee

Browse files
committed
docs: add numeric-index example to --help epilog
1 parent 74220b3 commit 853a9ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mouseferry

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ def main():
492492
epilog = """\
493493
examples:
494494
mouseferry --left # use config defaults
495-
mouseferry --right --monitor eDP-1 # explicit override
495+
mouseferry --right --monitor eDP-1 # override by xrandr name
496+
mouseferry --right --monitor 1 # override by 1-based index (see --list-monitors)
496497
mouseferry --right --monitor auto-from-cursor # pick monitor under cursor now
497498
mouseferry --list-monitors # show what's available
498499

0 commit comments

Comments
 (0)