summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-06-25 16:03:54 (GMT)
committerSteven Knight <knight@baldmt.com>2005-06-25 16:03:54 (GMT)
commitdb1a036e0fab2c761844c66b24e7bc3dfc21a165 (patch)
treecb651025caf743418b223345b1433ab32fb9bc99 /doc
parent545c671e9b931c72dd82bac1943868052fa84b95 (diff)
downloadSCons-db1a036e0fab2c761844c66b24e7bc3dfc21a165.zip
SCons-db1a036e0fab2c761844c66b24e7bc3dfc21a165.tar.gz
SCons-db1a036e0fab2c761844c66b24e7bc3dfc21a165.tar.bz2
Add a --raw option to the sconsign script.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/sconsign.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/sconsign.1 b/doc/man/sconsign.1
index dc6d0cb..7fc32ec 100644
--- a/doc/man/sconsign.1
+++ b/doc/man/sconsign.1
@@ -162,6 +162,12 @@ Prints the list of cached implicit dependencies
for all entries or the the specified entries.
.TP
+--raw
+Prints a pretty-printed representation
+of the raw Python dictionary that holds
+build information about an entry.
+
+.TP
-r, --readable
Prints timestamps in a human-readable string,
enclosed in single quotes.