summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/options.py')
-rw-r--r--rtemstoolkit/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py
index 97b8ba7..6a21f80 100644
--- a/rtemstoolkit/options.py
+++ b/rtemstoolkit/options.py
@@ -104,7 +104,7 @@ class command_line(object):
'--keep-going': 'Do not stop on an error.',
'--jobs=[0..n,none,half,full]': 'Run with specified number of jobs, default: num CPUs.',
'--macros file[,file]': 'Macro format files to load after the defaults',
- '--log file': 'Log file where all build out is written too',
+ '--log file': 'Log file where all build output is written to',
}
self.opts = { 'params' : [] }
self.command_path = command_path