Skip to content

Commit

Permalink
proper help
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Mar 18, 2023
1 parent af06a5f commit 0615bbb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion redqu
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@
(filter #(not (nil? %)))
(str/join " ")
(println)))
(catch Exception e (println "Reddit 429 Too Many Requests. Try Again.")))
(catch Exception e (println "Usage: redqu sub sort time"
"\nExample: mpv $(redqu cats top week)\n"
"\nValid sort parameters: hot new top rising controversial"
"\nValid time parameters: hour day week month year all"
"\nTop of week is the default\n"
"\nIf you're seeing this message in error, please open an Issue:"
"\nhttps://github.com/port19x/redqu/issues")))

0 comments on commit 0615bbb

Please sign in to comment.