summarylogtreecommitdiffstats
path: root/xvfb-run
diff options
context:
space:
mode:
Diffstat (limited to 'xvfb-run')
-rw-r--r--xvfb-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/xvfb-run b/xvfb-run
index 9d088c1c28ec..6aa4f3548bc7 100644
--- a/xvfb-run
+++ b/xvfb-run
@@ -101,7 +101,7 @@ find_free_servernum() {
# Parse the command line.
ARGS=$(getopt --options +ade:f:hn:lp:s:w: \
- --long auto-servernum,error-file:auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \
+ --long auto-servernum,auto-display,error-file:auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \
--name "$PROGNAME" -- "$@")
GETOPT_STATUS=$?