diff options
Diffstat (limited to 'steuermann/__init__.py')
-rw-r--r-- | steuermann/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/__init__.py b/steuermann/__init__.py index b811f10..9d1ab75 100644 --- a/steuermann/__init__.py +++ b/steuermann/__init__.py @@ -1,6 +1,6 @@ __version__ = '2.0dev' -allowed_flags = { +allowed_flags = { '--all' : '-a' , '-a' : '' , # run all nodes non-interactively '-r' : '=' , # give run name |