mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2025-03-02 13:37:13 +00:00
Update torghostng.py
This commit is contained in:
parent
20893e37a5
commit
a48a14fc60
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ from torngconf.theme import *
|
|||
from os import geteuid, system, path, name
|
||||
|
||||
SLEEP_TIME = 1.0
|
||||
VERSION = "1.1"
|
||||
VERSION = "1.2"
|
||||
|
||||
|
||||
def the_argparse(language=English):
|
||||
parser = argparse.ArgumentParser(usage="torghostng [-h] -s|-x|-id|-m|-c|-l|--list", add_help=False)
|
||||
parser = argparse.ArgumentParser(usage="torghostng [-h] -s|-x!|-id|-r|-m|-c|-l|--list", add_help=False)
|
||||
parser._optionals.title = language.options
|
||||
parser.add_argument("-h","--help", help=language.help_help, action="help", default=argparse.SUPPRESS)
|
||||
parser.add_argument("-s","--start", help=language.start_help, action="store_true")
|
||||
|
|
Loading…
Add table
Reference in a new issue