Man page refinements

This commit is contained in:
Matt Green 2016-10-29 13:12:38 -04:00
parent 488188c6de
commit 22bfb44868
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
VER=$(shell grep version Cargo.toml | head -n1 | grep -Eow '".+"' | sed 's/"//g')
.PHONY: doc
debug: src/* Cargo.toml
@cargo build

View File

@ -18,8 +18,8 @@ At startup, the specified \fIcommand\fR (passing any supplied \fIargument\fRs) i
.SH "OPTIONS"
.
.TP
command
Command to run when watched files are modified\. This command is also run at startup, unless \fB\-\-postpone\fR is specified\.
\fIcommand\fR
Command to run when watched files are modified, and at startup, unless \fB\-\-postpone\fR is specified\. All \fIargument\fRs are passed to \fIcommand\fR\.
.
.TP
\fB\-w\fR, \fB\-\-watch\fR \fIpath\fR

View File

@ -13,8 +13,8 @@ At startup, the specified <command> (passing any supplied <argument>s) is run on
## OPTIONS
* command:
Command to run when watched files are modified. This command is also run at startup, unless `--postpone` is specified.
* <command>:
Command to run when watched files are modified, and at startup, unless `--postpone` is specified. All <argument>s are passed to <command>.
* `-w`, `--watch` <path>:
Specifies the path to watch. This argument can be specified multiple times, with all paths being watched simultaneously. Defaults to current directory.