diff options
author | Mats Wichmann <mats@linux.com> | 2019-11-15 21:20:14 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-11-15 21:20:14 (GMT) |
commit | 8822795f5e37be2e0cd694523217693fac680d55 (patch) | |
tree | db844667c83f7803d9f6f7d785932a1b9160ea1c | |
parent | 24b5dfae51cbb67b9274899ff42a5f9f8edd87f2 (diff) | |
download | SCons-8822795f5e37be2e0cd694523217693fac680d55.zip SCons-8822795f5e37be2e0cd694523217693fac680d55.tar.gz SCons-8822795f5e37be2e0cd694523217693fac680d55.tar.bz2 |
[PR 3475] review edit: space -> whitespace [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | doc/user/command-line.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index f8f6a66..62d0558 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -681,8 +681,8 @@ foo.in <note> <para> - Long options and option-arguments separated by space, rather than - by <literal>=</literal>, are ambiguous. + Long options and option-arguments separated by whitespace, + rather than by <literal>=</literal>, are ambiguous. While <literal>--input=ARG</literal> has a clear meaning, for <literal>--input ARG</literal> it is not possible to tell without instructions whether |