diff options
author | Mats Wichmann <mats@linux.com> | 2018-11-12 19:10:29 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-12-01 16:28:01 (GMT) |
commit | a57317332a5c8d47d0edae322ebd3a5b5ab21784 (patch) | |
tree | 9889ca00b64b7261d7c1f4c50910fe14d916ea18 /doc/man | |
parent | 7cf33c636a0052e661d95f4ddb8e3d6237383ee4 (diff) | |
download | SCons-a57317332a5c8d47d0edae322ebd3a5b5ab21784.zip SCons-a57317332a5c8d47d0edae322ebd3a5b5ab21784.tar.gz SCons-a57317332a5c8d47d0edae322ebd3a5b5ab21784.tar.bz2 |
PR #3238: sconsign manpage wording for unknown format.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sconsign.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/sconsign.xml b/doc/man/sconsign.xml index 75eeaf1..aad2cd9 100644 --- a/doc/man/sconsign.xml +++ b/doc/man/sconsign.xml @@ -102,9 +102,9 @@ file containing the signature entries for a single directory. If neither of those is true, <command>sconsign</command> -attempts to guess the format (but will -probably get it wrong). -An explicit format +attempts to guess the format. +If that does not work, +an explicit format may be specified using the <option>-f</option> or |