From 1f03e8a3aec8ff4b7bbba45bc3fd14a0552c2bc4 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 23 Oct 2016 13:44:14 +0200 Subject: CLI typo in usage example --- cli/export-opml-for-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/export-opml-for-user.php') 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']); -- cgit v1.2.3