Index: README.md =================================================================== --- README.md (revision 41) +++ README.md (working copy) @@ -3,7 +3,6 @@  3 ## About  3 ## About  4   4   5 Coderev is a toolkit generates static side-by-side html pages for cod>  5 Coderev is a toolkit generates static side-by-side html pages for cod>  6 Typical use case is to generate diff pages for local modification in >    7 workspace and send page link to teammates for code review.  6 workspace and send page link to teammates for code review.  8   7   9 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) f>  8 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) f> @@ -18,9 +17,10 @@  18   17   19 ## Usage of coderev.sh  18 ## Usage of coderev.sh  20   19   21 Just type `./coderev.sh -h` to see the usage.  20 Just type `./coderev.sh --help` to see the usage.  22   21   23  Usage:  22  Usage:    23   24  coderev.sh [-r revision] [-w width] [-o outdir] [-y] [-d name>  24  coderev.sh [-r revision] [-w width] [-o outdir] [-y] [-d name>  25  [-F comment-file | -m 'comment...'] [file...]  25  [-F comment-file | -m 'comment...'] [file...]  26   26  @@ -145,3 +145,5 @@ 145  specify column number where lines are bro> 145  specify column number where lines are bro> 146  wrapped for sdiff, default is no line wra> 146  wrapped for sdiff, default is no line wra> 147  -y, --yes do not prompt for overwriting 147  -y, --yes do not prompt for overwriting   148    149 # EOF