Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Aug 6, 2012
1 parent 6177519 commit 688c57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ when you change source code or resources, thus providing a better workflow.

usage:

reloader.py [-h] [-p PATH] [-a ACTION] ...
reloader.py [-h] [-p PATH] [-a ACTION] [-f SECONDS] [-i IGNORELIST] [-s SECONDS] command

Allows to start a program, and to monitor changes in a folder, when changes
are detected in the folder, the command is restarted. This can be useful to
Expand Down Expand Up @@ -52,4 +52,4 @@ dummy exemple:

will restart a ls process every time a file is created/changed/deleted
in testdir folder, ignoring all vim swapfiles, and won't listen to any
event less than 2 seconds after the last restart.
event less than 2 seconds after the last restart.

0 comments on commit 688c57c

Please sign in to comment.