aboutsummaryrefslogtreecommitdiffstats
path: root/isodumper
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-07-03 12:46:15 +0200
committerPapoteur <papoteur@mageia.org>2023-07-03 12:46:15 +0200
commita5c8f17a12e2c533ec2d5b22548aa2d8894525aa (patch)
tree4706e220cc1d519db1991373d6bcada355cc5278 /isodumper
parent617d5e73b868c798d1a3c11acb9555336458a8cb (diff)
downloadisodumper-a5c8f17a12e2c533ec2d5b22548aa2d8894525aa.tar
isodumper-a5c8f17a12e2c533ec2d5b22548aa2d8894525aa.tar.gz
isodumper-a5c8f17a12e2c533ec2d5b22548aa2d8894525aa.tar.bz2
isodumper-a5c8f17a12e2c533ec2d5b22548aa2d8894525aa.tar.xz
isodumper-a5c8f17a12e2c533ec2d5b22548aa2d8894525aa.zip
Close magiback when closing isodumper
Keep the authorization one hour Add the -d option for debug
Diffstat (limited to 'isodumper')
-rwxr-xr-xisodumper2
1 files changed, 1 insertions, 1 deletions
diff --git a/isodumper b/isodumper
index cfca346..2f106b3 100755
--- a/isodumper
+++ b/isodumper
@@ -14,7 +14,7 @@ class ParseCLI(args.AppArgs):
yui.YUILog.setLogFileName("/dev/null")
parser = ParseCLI('isodumper')
-parser.parser.add_argument('--debug', help=_('allow debug information'), action='store_true')
+parser.parser.add_argument('-d', '--debug', help=_('allow debug information'), action='store_true')
if parser.args.version:
print(version.RELEASE)
else: