diff options
author | Keith Packard <keithp@keithp.com> | 2008-11-14 14:14:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-14 14:14:24 -0800 |
commit | 1b95e32b4b0a4a114e0fbebe8a18316d2f9010cf (patch) | |
tree | 2573e0019b90f36d8e48714c527bc63db68cf302 | |
parent | e9a5d1c598cd0440f062240430a9b86b4d514ada (diff) |
Add --scale and --transform to --help outputtransform-proposal
-rw-r--r-- | xrandr.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ usage(void) fprintf(stderr, " --below <output>\n"); fprintf(stderr, " --same-as <output>\n"); fprintf(stderr, " --set <property> <value>\n"); + fprintf(stderr, " --scale <x>x<y>\n"); + fprintf(stderr, " --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>\n"); fprintf(stderr, " --off\n"); fprintf(stderr, " --crtc <crtc>\n"); fprintf(stderr, " --newmode <name> <clock MHz>\n"); |