out.normal 1.3KB

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