aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rwxr-xr-xcli/do-install.php2
-rwxr-xr-xcli/reconfigure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/do-install.php b/cli/do-install.php
index db1af8ea5..c5258d1e0 100755
--- a/cli/do-install.php
+++ b/cli/do-install.php
@@ -26,7 +26,7 @@ $dBparams = array(
'db-user:',
'db-password:',
'db-base:',
- 'db-prefix:',
+ 'db-prefix::',
);
$options = getopt('', array_merge($params, $dBparams));
diff --git a/cli/reconfigure.php b/cli/reconfigure.php
index 7495fc367..aefd1e20b 100755
--- a/cli/reconfigure.php
+++ b/cli/reconfigure.php
@@ -22,7 +22,7 @@ $dBparams = array(
'db-user:',
'db-password:',
'db-base:',
- 'db-prefix:',
+ 'db-prefix::',
);
$options = getopt('', array_merge($params, $dBparams));