diff options
author | Thanatermesis <thanatermesis@gmail.com> | 2013-12-02 17:12:30 +0100 |
---|---|---|
committer | Thanatermesis <thanatermesis@gmail.com> | 2013-12-02 17:12:30 +0100 |
commit | a5e6af917af52877b378090811cf836c16d0bfbb (patch) | |
tree | ecfbaa8baf6e93a0370c72bf30d43ee3a3ea15b7 | |
parent | 19e674eeef638a69f7678bb0c184cdf30d178751 (diff) |
document the -y option in the default help output
-rw-r--r-- | src/bin/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.c b/src/bin/main.c index dcbda6c..79ed35d 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -1236,6 +1236,7 @@ _help(void) | |||
1236 | " -t TEST-NUM\n" | 1236 | " -t TEST-NUM\n" |
1237 | " -e ENGINE\n" | 1237 | " -e ENGINE\n" |
1238 | " -p PROFILE\n" | 1238 | " -p PROFILE\n" |
1239 | " -y render in async mode (default is sync)\n" | ||
1239 | " -m (expedite-cmp compliant output)\n" | 1240 | " -m (expedite-cmp compliant output)\n" |
1240 | " -f use netwm fullscreen request (requires x11 + wm)\n" | 1241 | " -f use netwm fullscreen request (requires x11 + wm)\n" |
1241 | "\n" | 1242 | "\n" |