diff options
author | Steven Knight <knight@baldmt.com> | 2005-06-25 16:03:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-06-25 16:03:54 (GMT) |
commit | 01878e78547c411543d8afb3bd150d090f07447d (patch) | |
tree | cb651025caf743418b223345b1433ab32fb9bc99 /doc | |
parent | c7027ef1090fc224c9b519dfb2b6928cb3a3512e (diff) | |
download | SCons-01878e78547c411543d8afb3bd150d090f07447d.zip SCons-01878e78547c411543d8afb3bd150d090f07447d.tar.gz SCons-01878e78547c411543d8afb3bd150d090f07447d.tar.bz2 |
Add a --raw option to the sconsign script.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/sconsign.1 | 6 |
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. |