mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
string changes
This commit is contained in:
parent
b307b49495
commit
8faa7c9083
7
Qwad.pyw
7
Qwad.pyw
@ -24,7 +24,7 @@ class MultipleOption(Option):
|
|||||||
VERSION = '0.6'
|
VERSION = '0.6'
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
description = """NUS-Downloader, WadManager for Linux"""
|
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""
|
||||||
parser = OptionParser(option_class=MultipleOption,
|
parser = OptionParser(option_class=MultipleOption,
|
||||||
usage='usage: qwad [OPTIONS] ARGUMENT',
|
usage='usage: qwad [OPTIONS] ARGUMENT',
|
||||||
description=description)
|
description=description)
|
||||||
@ -32,13 +32,10 @@ def main():
|
|||||||
action="extend", type="string",
|
action="extend", type="string",
|
||||||
dest='download',
|
dest='download',
|
||||||
metavar='Arguments',
|
metavar='Arguments',
|
||||||
help='IOS Version OutPut DeCrypt')
|
help='IOS <IOS> <Version> <Output> <DeCrypt> <Pack>')
|
||||||
parser.add_option("-v", "--version", dest="version",
|
parser.add_option("-v", "--version", dest="version",
|
||||||
action="store_true", default=False, help="print version and exit")
|
action="store_true", default=False, help="print version and exit")
|
||||||
|
|
||||||
#if len(sys.argv) == 1:
|
|
||||||
# parser.parse_args(['--help'])
|
|
||||||
|
|
||||||
options, args = parser.parse_args()
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
if options.version:
|
if options.version:
|
||||||
|
Loading…
Reference in New Issue
Block a user