in.diff 1.0KB

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