summarylogtreecommitdiffstats
path: root/xvfb-run
diff options
context:
space:
mode:
authorMichael Taboada2020-03-22 14:51:39 -0700
committerMichael Taboada2020-03-22 14:51:39 -0700
commitef383b702794dab79dcb6aaba4e9676ad5e8ef25 (patch)
treef7dd3d995f27343dc47bbdcf32160997c3732897 /xvfb-run
parent384f987ae173e45b788647530065d46917a99be4 (diff)
downloadaur-ef383b702794dab79dcb6aaba4e9676ad5e8ef25.tar.gz
1.20.7
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=$?