mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-29 19:51:20 -04:00
CLI usage typo
https://github.com/FreshRSS/FreshRSS/pull/1602#issuecomment-318188437
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user