From a977f9b7f6c0ed960b145f673615b882b0414005 Mon Sep 17 00:00:00 2001 From: gorgobacka Date: Wed, 27 Mar 2019 20:10:06 +0100 Subject: [PATCH] set success as default Signed-off-by: gorgobacka --- whipper/command/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whipper/command/main.py b/whipper/command/main.py index e6ced3c..9571eb3 100644 --- a/whipper/command/main.py +++ b/whipper/command/main.py @@ -102,10 +102,10 @@ class Whipper(BaseCommand): help="show this help message and exit") self.parser.add_argument('-e', '--eject', action="store", dest="eject", - default="always", + default="success", choices=('never', 'failure', 'success', 'always'), - help="when to eject disc (default: always)") + help="when to eject disc (default: success)") def handle_arguments(self): if self.options.help: