aboutsummaryrefslogtreecommitdiff
path: root/cli/export-opml-for-user.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-23 13:44:14 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-23 13:44:14 +0200
commit1f03e8a3aec8ff4b7bbba45bc3fd14a0552c2bc4 (patch)
tree5688664c839ea178e9e6fd018e0619ce5d661590 /cli/export-opml-for-user.php
parent6d55a4f6b4e0ede12f1da495f9266bcd4ed89785 (diff)
CLI typo in usage example
Diffstat (limited to 'cli/export-opml-for-user.php')
-rwxr-xr-xcli/export-opml-for-user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/export-opml-for-user.php b/cli/export-opml-for-user.php
index bce4efd63..95b12281f 100755
--- a/cli/export-opml-for-user.php
+++ b/cli/export-opml-for-user.php
@@ -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']);