Skip to content

Commit

Permalink
Fix daemon typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Chainz authored and Sebastian Dahlgren committed Oct 9, 2014
1 parent 10c8af4 commit 2f3187d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@ Daemon mode
Start the daemon by running
::

automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --deamon start
automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --daemon start

Stop the daemon with
::

automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --deamon stop
automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --daemon stop

You can also restart it using
::

automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --deamon restart
automated-ebs-snapshots --config ~/automated-ebs-snapshots.conf --daemon restart

Release notes
-------------
Expand Down

0 comments on commit 2f3187d

Please sign in to comment.