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')