Skip to content

Commit f45d621

Browse files
committed
fix recon description
1 parent 64af3eb commit f45d621

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/powerpwn/cli/arguments.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ def module_dump(sub_parser: argparse.ArgumentParser):
2222

2323

2424
def module_recon(sub_parser: argparse.ArgumentParser):
25-
dump_parser = sub_parser.add_parser(
26-
"recon",
27-
description="Recon for available data connections and dump their content",
28-
help="Recon for available data connections and dump their content.",
29-
)
25+
dump_parser = sub_parser.add_parser("recon", description="Recon for available data connections", help="Recon for available data connections.")
3026
dump_parser.add_argument("-c", "--clear-cache", action="store_true", help="Clear local disk cache")
3127
dump_parser.add_argument("--cache-path", default=CACHE_PATH, help="Path to store collected resources and data.")
3228
dump_parser.add_argument("-t", "--tenant", required=False, type=str, help="Tenant id to connect.")

0 commit comments

Comments
 (0)