diff options
| author | 2017-07-27 09:40:47 +0200 | |
|---|---|---|
| committer | 2017-07-27 09:40:47 +0200 | |
| commit | 1138c8a63b1ff54eb96821d4f4ff829f5dc67a02 (patch) | |
| tree | b469d091bfa5439c9b44e1da3ec119cfc3b27489 /cli/create-user.php | |
| parent | e5b7586a3d354e388e11972ab3d9c4a6328f6ac4 (diff) | |
CLI usage typo
https://github.com/FreshRSS/FreshRSS/pull/1602#issuecomment-318188437
Diffstat (limited to 'cli/create-user.php')
| -rwxr-xr-x | cli/create-user.php | 2 |
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)) { |
