diff options
| author | tassaron | 2017-06-22 22:23:04 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-22 22:23:04 -0400 |
| commit | 3c903794e3588560f2b9d342214009d55a675d5a (patch) | |
| tree | 8b1b1a55343d2489b90c14020d5b174db5c7d7ea /components/__base__.py | |
| parent | 49cda1bf3aa1800459d1085496291bec90ae6a5a (diff) | |
more commandline component options
commandline options that existed before the redesign are now back
Diffstat (limited to 'components/__base__.py')
| -rw-r--r-- | components/__base__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/__base__.py b/components/__base__.py index 5c8865d..bef7f0e 100644 --- a/components/__base__.py +++ b/components/__base__.py @@ -73,7 +73,7 @@ class Component(QtCore.QObject): print( self.__doc__, 'Usage:\n' 'Open a preset for this component:\n' - ' "preset=Preset Name"\n') + ' "preset=Preset Name"') self.commandHelp() quit(0) |
