Skip to content

Commit

Permalink
Merge pull request #3 from zalew/patch-1
Browse files Browse the repository at this point in the history
-all -> --all
  • Loading branch information
nicksergeant committed Dec 8, 2011
2 parents 8939009 + c17be3e commit f0ed796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Retrieve a user's latest saved items, and print the output as JSON (default):

Retrieve all saved items, and print the output as XML (this might take a while):

hackernews.py saved -all -e xml -u 'username' -p 'password'
hackernews.py saved --all -e xml -u 'username' -p 'password'

Help for the `saved` subcommand:

Expand All @@ -51,7 +51,7 @@ Retrieve a user's comment threads, and print the output as JSON (default):

Retrieve all comments, and print the output as XML (this might take a while):

hackernews.py comments -all -e xml -u 'username' -p 'password'
hackernews.py comments --all -e xml -u 'username' -p 'password'

Don't show owner's comments (the logged-in user); this is useful for a feed of replies to your comments:

Expand Down

0 comments on commit f0ed796

Please sign in to comment.