aboutsummaryrefslogtreecommitdiff
path: root/cli/import-for-user.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/import-for-user.php')
-rwxr-xr-xcli/import-for-user.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/import-for-user.php b/cli/import-for-user.php
index 308786599..29084f062 100755
--- a/cli/import-for-user.php
+++ b/cli/import-for-user.php
@@ -5,11 +5,10 @@ require('_cli.php');
$options = getopt('', array(
'user:',
'filename:',
- 'clear-existing',
));
if (empty($options['user']) || empty($options['filename'])) {
- fail('Usage: ' . basename(__FILE__) . " --user=username --filename='/path/to/file.ext' --clear-existing");
+ fail('Usage: ' . basename(__FILE__) . " --user username --filename /path/to/file.ext");
}
$username = cliInitUser($options['user']);