summaryrefslogtreecommitdiff
path: root/rtemstoolkit/options.py
diff options
context:
space:
mode:
authorRic Claus <claus@slac.stanford.edu>2015-07-22 04:42:13 -0700
committerChris Johns <chrisj@rtems.org>2015-09-26 17:16:44 +1000
commit5a801c25ef587680b5bdd732758f6567ce5c113d (patch)
treebb8b673d4a0b31d7e11108873ac7a9b3d4f24849 /rtemstoolkit/options.py
parent92935ed1a3b5cefa37d7ee5701276cd8383e170e (diff)
rtems-tester.txt, options.py: Improved clarity and spelling.
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