README.markdown in rapnd-0.3.0 vs README.markdown in rapnd-0.3.1

- old
+ new

@@ -7,11 +7,11 @@ Each rapnd daemon operates on a separate resque queue, and multiple daemons can service one queue. Thus you can use rapnd with multiple Apple certs (if you have multiple applications you're trying to send notifications for) and, if you expect a lot of traffic, you can even have multiple daemons servicing one queue. ## Daemon usage ``` -Usage: rapnd [options] +Usage: rapnd start [options] --cert=MANDATORY Location of the cert pem file --password=OPTIONAL Password for the cert pem file --redis_host=OPTIONAL Redis hostname --redis_port=OPTIONAL Redis port --environment=OPTIONAL Specify sandbox or production @@ -19,9 +19,11 @@ --foreground Run in the foreground --dir=OPTIONAL Directory to start in --airbrake=OPTIONAL Airbrake API key --help Show help ``` + +You can use ```rapnd stop``` instead of start in order to kill a running daemon with the options you provide. ## Client usage ```ruby require 'rapnd' \ No newline at end of file