mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-24 02:29:48 -05:00
CLI typo in usage example
This commit is contained in:
@@ -7,7 +7,7 @@ $options = getopt('', array(
|
||||
));
|
||||
|
||||
if (empty($options['user'])) {
|
||||
fail('Usage: ' . basename(__FILE__) . " --user username > /path/to/file.opml.xml'");
|
||||
fail('Usage: ' . basename(__FILE__) . " --user username > /path/to/file.opml.xml");
|
||||
}
|
||||
|
||||
$username = cliInitUser($options['user']);
|
||||
|
||||
@@ -8,7 +8,7 @@ $options = getopt('', array(
|
||||
));
|
||||
|
||||
if (empty($options['user'])) {
|
||||
fail('Usage: ' . basename(__FILE__) . " --user username --max-feed-entries 100 > /path/to/file.zip'");
|
||||
fail('Usage: ' . basename(__FILE__) . " --user username --max-feed-entries 100 > /path/to/file.zip");
|
||||
}
|
||||
|
||||
$username = cliInitUser($options['user']);
|
||||
|
||||
Reference in New Issue
Block a user