1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-09 10:41:14 +03:00

Merge pull request #798 from jmrojas2332/MCOL-2224

MCOL-2224
This commit is contained in:
Roman Nozdrin
2019-07-15 06:57:18 -05:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
for arg in "$@"; do
if [ `expr -- "$arg" : '--help'` -eq 6 ]; then
echo "Usage ./quick_installer_multi_server.sh"
echo "Usage ./quick_installer_single_server.sh"
echo ""
echo "Quick Installer for a Single Server MariaDB ColumnStore Install"
echo ""
exit 1
else
echo "quick_installer_multi_server.sh: ignoring unknown argument: $arg" 1>&2
echo "quick_installer_single_server.sh: ignoring unknown argument: $arg" 1>&2
fi
done