diff options
| author | 2016-10-24 20:33:21 +0200 | |
|---|---|---|
| committer | 2016-10-24 20:33:21 +0200 | |
| commit | fac6c9881644160d168355af865b25285f27df82 (patch) | |
| tree | 8288a1ee1788e2b5bfa3e65d39bb1d8cc9b895fc /cli/export-zip-for-user.php | |
| parent | 1182129ce5f07892afed190ffbb2ea4c7fc28967 (diff) | |
CLI minor usage update
Diffstat (limited to 'cli/export-zip-for-user.php')
| -rwxr-xr-x | cli/export-zip-for-user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/export-zip-for-user.php b/cli/export-zip-for-user.php index 3004569cc..9183a1c14 100755 --- a/cli/export-zip-for-user.php +++ b/cli/export-zip-for-user.php @@ -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']); |
