diff options
author | Steven Knight <knight@baldmt.com> | 2003-07-20 15:10:26 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-07-20 15:10:26 (GMT) |
commit | 819abe6e6861c13d8baa5dd964849654def5fe74 (patch) | |
tree | 5fdb2921481a604aa8a205fd015515568c2d1bcf /doc/man/sconsign.1 | |
parent | a7405b2115ba873ade35ebf16ade8736548b9a99 (diff) | |
download | SCons-819abe6e6861c13d8baa5dd964849654def5fe74.zip SCons-819abe6e6861c13d8baa5dd964849654def5fe74.tar.gz SCons-819abe6e6861c13d8baa5dd964849654def5fe74.tar.bz2 |
New sconsign script fixes: print timestamp values correctly (Chad Austin); add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -.
Diffstat (limited to 'doc/man/sconsign.1')
-rw-r--r-- | doc/man/sconsign.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man/sconsign.1 b/doc/man/sconsign.1 index cb0e38e..d5f7140 100644 --- a/doc/man/sconsign.1 +++ b/doc/man/sconsign.1 @@ -61,7 +61,8 @@ Each entry is printed in the following format: implicit_dependency_2 If the entry has no timestamp, bsig, or csig, a dash -(\fR\-\fP) is printed instead. +.B None +is printed. If the entry has no implicit dependencies, the lines are simply omitted. @@ -103,6 +104,11 @@ Prints the list of cached implicit dependencies for all entries or the the specified entries. .TP +-r, --readable +Prints timestamps in a human-readable string, +enclosed in single quotes. + +.TP -t, --timestamp Prints the timestamp information for all entries or the specified entries. |