summaryrefslogtreecommitdiff
path: root/rtemstoolkit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/__init__.py')
-rw-r--r--rtemstoolkit/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtemstoolkit/__init__.py b/rtemstoolkit/__init__.py
index 207698a..b5f0162 100644
--- a/rtemstoolkit/__init__.py
+++ b/rtemstoolkit/__init__.py
@@ -50,8 +50,8 @@ args = {
'config': ['--file', 'tester/rtems/version.cfg',
'--jobs', 'half',
'--no-clean'],
- 'mailer': ['--smtp-host', '1.2.3.4',
- '--mail-to', 'foo@bar.none',
- '--mail-from', 'me@here.there']
+ 'mailer': ['--smtp-host=1.2.3.4',
+ '--mail-to=foo@bar.none',
+ '--mail-from=me@here.there']
}