From 99c64787d9c9020936ee2a693c1d83ce10b05003 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Wed, 16 Oct 2024 16:39:11 -0400 Subject: [PATCH] Updated description of -m option. --- src/ssh_audit/ssh_audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssh_audit/ssh_audit.py b/src/ssh_audit/ssh_audit.py index 4bd41a6..5ebefe7 100755 --- a/src/ssh_audit/ssh_audit.py +++ b/src/ssh_audit/ssh_audit.py @@ -122,7 +122,7 @@ def usage(uout: OutputBuffer, err: Optional[str] = None) -> None: uout.info(' to view policy change logs.') uout.info(' --lookup= looks up an algorithm(s) without\n connecting to a server') uout.info(' -M, --make-policy= creates a policy based on the target server\n (i.e.: the target server has the ideal\n configuration that other servers should\n adhere to)') - uout.info(' -m, --manual print the man page (Windows only)') + uout.info(' -m, --manual print the man page (Docker, PyPI, Snap, and Windows\n builds only)') uout.info(' -n, --no-colors disable colors (automatic when the NO_COLOR') uout.info(' environment variable is set)') uout.info(' -p, --port= port to connect')