aboutsummaryrefslogtreecommitdiff
path: root/cli/create-user.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2017-07-27 09:40:47 +0200
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2017-07-27 09:40:47 +0200
commit1138c8a63b1ff54eb96821d4f4ff829f5dc67a02 (patch)
treeb469d091bfa5439c9b44e1da3ec119cfc3b27489 /cli/create-user.php
parente5b7586a3d354e388e11972ab3d9c4a6328f6ac4 (diff)
CLI usage typo
https://github.com/FreshRSS/FreshRSS/pull/1602#issuecomment-318188437
Diffstat (limited to 'cli/create-user.php')
-rwxr-xr-xcli/create-user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/create-user.php b/cli/create-user.php
index 0b131ac35..c3a45cad8 100755
--- a/cli/create-user.php
+++ b/cli/create-user.php
@@ -14,7 +14,7 @@ $options = getopt('', array(
if (empty($options['user'])) {
fail('Usage: ' . basename(__FILE__) . " --user username ( --password 'password' --api-password 'api_password'" .
- " --language en --email user@example.net --token 'longRandomString --no-default-feeds' )");
+ " --language en --email user@example.net --token 'longRandomString' --no-default-feeds )");
}
$username = $options['user'];
if (!FreshRSS_user_Controller::checkUsername($username)) {