diff options
author | Bruce Momjian | 2003-08-01 13:48:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-08-01 13:48:25 +0000 |
commit | 5fbb42eb3f580af7507f290ed1c4dd2f57f98052 (patch) | |
tree | ac7005dc3a019ce302b0e3247e0b18aabe56b21b | |
parent | 0584370728fe7744084e4526d374a7b1ffcfdbc8 (diff) |
Update comments.
-rwxr-xr-x | src/tools/pgcvslog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 54a5cb9368f..0490786780b 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -7,8 +7,9 @@ # all branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log # -# one branch: +# head: # cvs log -d'>2000-05-29 00:00:00 GMT' -b . +# branch: # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` . # # date range |