diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-21 22:30:24 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-21 22:30:24 (GMT) |
commit | 514955d91597edc49a05e5260caaca8db7506ab7 (patch) | |
tree | dd3154bcbb6b4bc9a5b37c42ebf5d481480b528a /doc | |
parent | 53bf767e4ba2810d5880d319cc9ac2bf4d4f2590 (diff) | |
download | SCons-514955d91597edc49a05e5260caaca8db7506ab7.zip SCons-514955d91597edc49a05e5260caaca8db7506ab7.tar.gz SCons-514955d91597edc49a05e5260caaca8db7506ab7.tar.bz2 |
Add the -q option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index ef5b664..461e8fa 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -445,13 +445,13 @@ any out-of-date target files, but do not execute the commands. .\" .ES .\" scons -p -q .\" .EE -.\" -.\" .TP -.\" -q, --question -.\" Do not run any commands, or print anything. Just return an exit -.\" status that is zero if the specified targets are already up to -.\" date, nonzero otherwise. -.\" + +.TP +-q, --question +Do not run any commands, or print anything. Just return an exit +status that is zero if the specified targets are already up to +date, non-zero otherwise. + .\" .TP .\" -r, -R, --no-builtin-rules, --no-builtin-variables .\" Clear the default construction variables. Construction |