diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 17:35:08 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 17:35:08 (GMT) |
commit | 60b6724b28a909f63fa99f970bc39111f039024d (patch) | |
tree | 3b78d766f052d78867a7fcdd193e4218666816e0 /SCons | |
parent | 0ed5eea9af9358a0bfbeefa42507775947fe2d5f (diff) | |
download | SCons-60b6724b28a909f63fa99f970bc39111f039024d.zip SCons-60b6724b28a909f63fa99f970bc39111f039024d.tar.gz SCons-60b6724b28a909f63fa99f970bc39111f039024d.tar.bz2 |
improve help text slightly
Diffstat (limited to 'SCons')
-rw-r--r-- | SCons/Tool/ninja/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/ninja/Utils.py b/SCons/Tool/ninja/Utils.py index dec6d2c..583301e 100644 --- a/SCons/Tool/ninja/Utils.py +++ b/SCons/Tool/ninja/Utils.py @@ -59,7 +59,7 @@ def ninja_add_command_line_options(): action="store_true", default=False, help='Allow scons to skip regeneration of the ninja file and restarting of the daemon. ' + - 'Care should be taken in cases where Glob is in use or generated files are used in ' + + 'Care should be taken in cases where Glob is in use or SCons generated files are used in ' + 'command lines.') |