We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc65963 commit 623bfd9Copy full SHA for 623bfd9
1 file changed
nxc/netexec.py
@@ -174,7 +174,7 @@ def main():
174
nxc_logger.display(f"{module} module options:\n{modules[module]['options']}")
175
exit(0)
176
elif args.show_module_options:
177
- nxc_logger.error(f"--options requires -M/--module")
+ nxc_logger.error("--options requires -M/--module")
178
exit(1)
179
elif args.module:
180
# Check the modules for sanity before loading the protocol
0 commit comments