summarylogtreecommitdiffstats
path: root/xvfb-run
diff options
context:
space:
mode:
authorJustKidding2022-03-07 22:16:59 -0500
committerJustKidding2022-03-07 22:16:59 -0500
commit6b897c238b2334b99fe145948a4a8c5af4eaf7aa (patch)
tree6b3655a4985198b5970f34e5db9994bab434ea50 /xvfb-run
parent5f57b65bc864f94bf2b2fd3c13aebd20e7e2ed3f (diff)
downloadaur-6b897c238b2334b99fe145948a4a8c5af4eaf7aa.tar.gz
upgpkg: xorg-server-git 21.1.99.1.r173.g7d2014e7d-1
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 8e046f2aabf3..6bc62d094993 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,auto-display,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=$?