mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
s/-d/-o/
This commit is contained in:
parent
f0a6efcfcd
commit
e240fb0518
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ static void usage(const char *name, int ret) {
|
|||
fprintf(stderr,
|
||||
"usage: %s [-d <name> [-r <rotation> | -f]]*\n"
|
||||
"\n"
|
||||
" -d <display> The name of the DRM display. e.g. DVI-I-1.\n"
|
||||
" -o <output> The name of the DRM display. e.g. DVI-I-1.\n"
|
||||
" -r <rotation> The rotation counter clockwise. Valid values are 90, 180, 270.\n"
|
||||
" -f Flip the output along the vertical axis.\n", name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue