Skip to content

Commit

Permalink
add dummy display cmdline usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Mar 11, 2024
1 parent ed08082 commit a6eca92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ OPTIONS:
If no hz value is given, the highest possible refreshrate
will be used.

--dummy-display Simulate a display. Useful for running apps
without a display attached.
--dummy-display-size "width,height" The width & height of the dummy display
in pixels.

-h, --help Show this help and exit.

EXAMPLES:
Expand Down
5 changes: 5 additions & 0 deletions src/flutter-pi.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ OPTIONS:\n\
--videomode widthxheight@hz Uses an output videomode that satisfies the argument.\n\
If no hz value is given, the highest possible refreshrate\n\
will be used.\n\
\n\
--dummy-display Simulate a display. Useful for running apps\n\
without a display attached.\n\
--dummy-display-size \"width,height\" The width & height of the dummy display\n\
in pixels.\n\
\n\
-h, --help Show this help and exit.\n\
\n\
Expand Down

0 comments on commit a6eca92

Please sign in to comment.