[DRE-commits] [rerun] 08/11: improve manpage
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Aug 8 16:18:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rerun.
commit 555a01865f01e767ff5d772f641e3043454e8f0b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Sat Aug 8 12:30:10 2015 -0300
improve manpage
---
debian/rerun.1.ronn | 45 +++++++++++++++++++++++++++++----------------
1 file changed, 29 insertions(+), 16 deletions(-)
diff --git a/debian/rerun.1.ronn b/debian/rerun.1.ronn
index 7e4c19a..fa16303 100644
--- a/debian/rerun.1.ronn
+++ b/debian/rerun.1.ronn
@@ -72,31 +72,44 @@ Procfile processes locally and restart them all when necessary.
## OPTIONS
-`--dir` directory (or directories) to watch (default = "."). Separate multiple paths with ',' and/or use multiple `-d` options.
+* `-d`, `--dir`:
+ directory (or directories) to watch (default = "."). Separate multiple paths
+ with ',' and/or use multiple `-d` options.
-`--pattern` glob to match inside directory. This uses the Ruby Dir glob style -- see <http://www.ruby-doc.org/core/classes/Dir.html#M002322> for details.
-By default it watches files ending in: `rb,js,css,coffee,scss,sass,erb,html,haml,ru,slim,md`.
-On top of this, it also ignores dotfiles, `.tmp` files, and some other files and directories (like `.git` and `log`).
-Run `rerun --help` to see the actual list.
+* `-p`, `--pattern`:
+ glob to match inside directory. This uses the Ruby Dir glob style -- see
+ <http://www.ruby-doc.org/core/classes/Dir.html#M002322> for details.
-`--ignore pattern` file glob to ignore (can be set many times). To ignore a directory, you must append '/*' e.g.
- `--ignore 'coverage/*'`.
+ By default it watches files ending in:
+ `rb,js,css,coffee,scss,sass,erb,html,haml,ru,slim,md`. On top of this, it
+ also ignores dotfiles, `.tmp` files, and some other files and directories
+ (like `.git` and `log`). Run `rerun --help` to see the actual list.
- *On top of --pattern and --ignore, we ignore any changes to files and dirs starting with a dot.*
+* `-i`, `--ignore pattern`:
+ file glob to ignore (can be set many times). To ignore a directory, you must
+ append '/\*' e.g. `--ignore 'coverage/*'`.
-`--signal` (or -s) use specified signal (instead of the default SIGTERM) to terminate the previous process.
-This may be useful for forcing the respective process to terminate as quickly as possible.
-(`--signal KILL` is the equivalent of `kill -9`)
+ *On top of --pattern and --ignore, we ignore any changes to files and dirs
+ starting with a dot.*
-`--clear` (or -c) clear the screen before each run
+* `-s`, `--signal`:
+ use specified signal (instead of the default SIGTERM) to terminate the
+ previous process. This may be useful for forcing the respective process to
+ terminate as quickly as possible. (`--signal KILL` is the equivalent of
+ `kill -9`)
-`--exit` (or -x) expect the program to exit. With this option, rerun checks the return value; without it, rerun checks that the launched process is still running.
+* `-c`, `--clear`:
+ clear the screen before each run
-`--background` (or -b) disable on-the-fly commands, allowing the process to be backgrounded
+* `-x`, `--exit`:
+ expect the program to exit. With this option, rerun checks the return value;
+ without it, rerun checks that the launched process is still running.
-`--no-growl` don't use growl
+* `-b`, `--background`:
+ disable on-the-fly commands, allowing the process to be backgrounded
-`--name` set the app name (for display)
+* `-n`, `--name`:
+ set the app name (for display)
Also `--version` and `--help`, naturally.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rerun.git
More information about the Pkg-ruby-extras-commits
mailing list