We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c982e47 commit 736b4c2Copy full SHA for 736b4c2
Jiyu_udp_attack/__main__.py
@@ -47,6 +47,7 @@
47
48
def main_parser():
49
parser = argparse.ArgumentParser(
50
+ prog="Jiyu_udp_attack",
51
description="Jiyu Attack Script\n\n"
52
"Github Repositories: https://github.com/weilycoder/Jiyu_udp_attack/tree/main/ \n",
53
epilog="Example usage:\n"
@@ -137,7 +138,7 @@ def main_parser():
137
138
metavar="<command>",
139
help="Execute a command on the target machine\n(`cmd /D /C <command>`, Windows only)",
140
)
- temp = attack_action.add_argument(
141
+ attack_action.add_argument(
142
"-e",
143
"--execute",
144
nargs="+",
0 commit comments