out.w70.wrap 4.0KB

1234567891011121314151617181920212223242526272829303132333435
  1. Index: README.md
  2. ===================================================================
  3. --- README.md (revision 41)
  4. +++ README.md (working copy)
  5. @@ -3,7 +3,6 @@
  6.  3 ## About  3 ## About
  7.  4   4 
  8.  5 Coderev is a toolkit generates static side-by-side html pages for code  5 Coderev is a toolkit generates static side-by-side html pages for code
  9.   review.   review.
  10.  6 Typical use case is to generate diff pages for local modification in s  
  11.   vn/cvs  
  12.  7 workspace and send page link to teammates for code review.  6 workspace and send page link to teammates for code review.
  13.  8   7 
  14.  9 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) fo  8 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) fo
  15.   r a demo.   r a demo.
  16. @@ -18,9 +17,10 @@
  17.  18   17 
  18.  19 ## Usage of coderev.sh  18 ## Usage of coderev.sh
  19.  20   19 
  20.  21 Just type `./coderev.sh -h` to see the usage.  20 Just type `./coderev.sh --help` to see the usage.
  21.  22   21 
  22.  23  Usage:  22  Usage:
  23.    23 
  24.  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.   \   \
  26.  25  [-F comment-file | -m 'comment...'] [file...]  25  [-F comment-file | -m 'comment...'] [file...]
  27.  26   26 
  28. @@ -145,3 +145,5 @@
  29. 145  specify column number where lines are brok 145  specify column number where lines are brok
  30.   en and   en and
  31. 146  wrapped for sdiff, default is no line wrap 146  wrapped for sdiff, default is no line wrap
  32.   ping   ping
  33. 147  -y, --yes do not prompt for overwriting 147  -y, --yes do not prompt for overwriting
  34.   148 
  35.   149 # EOF