diff --git a/README.md b/README.md index 587725ae..bf568c63 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,18 @@ $ make ZGrab2 supports modules. For example, to run the ssh module use -``` +```bash ./zgrab2 ssh ``` +To retrieve detailed command-line usage and options for a specific module, append `-h` to the command: + +```bash +./zgrab2 [module] -h +``` + +This will display the module-specific options, as well as the application-wide options, including usage examples, available flags, and descriptions for each option. + Module specific options must be included after the module. Application specific options can be specified at any time. ## Input Format