summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-02-24 15:41:16 +0100
committermathieui <mathieui@mathieui.net>2019-02-24 15:41:16 +0100
commitd6952f675b1aed39a2e1c505613392fd36f0e13a (patch)
tree436dcb3dda77d63cc75e72354508ce63ea46cffb /launch.sh
parent34f6ad1baceffb8608e53a3206edb565c23781ea (diff)
downloadpoezio-d6952f675b1aed39a2e1c505613392fd36f0e13a.tar.gz
poezio-d6952f675b1aed39a2e1c505613392fd36f0e13a.tar.bz2
poezio-d6952f675b1aed39a2e1c505613392fd36f0e13a.tar.xz
poezio-d6952f675b1aed39a2e1c505613392fd36f0e13a.zip
Rename hidden -v option to --custom-version and add a real -v (#3429)
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index b049a7af..44b8074c 100755
--- a/launch.sh
+++ b/launch.sh
@@ -25,5 +25,5 @@ else
fi
$PYTHON3 -c 'import sys;(print("Python 3.5 or newer is required") and exit(1)) if sys.version_info < (3, 5) else exit(0)' || exit 1
-exec "$PYTHON3" -m poezio -v "$args" "$@"
+exec "$PYTHON3" -m poezio --custom-version "$args" "$@"