From 1138c8a63b1ff54eb96821d4f4ff829f5dc67a02 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 27 Jul 2017 09:40:47 +0200 Subject: CLI usage typo https://github.com/FreshRSS/FreshRSS/pull/1602#issuecomment-318188437 --- cli/create-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/create-user.php') 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)) { -- cgit v1.2.3