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