Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Apr 29, 2021
1 parent e0d29f9 commit 0b1cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/vhost.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func parseVhostOptions() (*libgobuster.Options, *gobustervhost.OptionsVhost, err
func init() {
cmdVhost = &cobra.Command{
Use: "vhost",
Short: "Uses VHOST enumeration mode",
Short: "Uses VHOST enumeration mode (you most probably want to use the IP adress as the URL parameter",
RunE: runVhost,
}
if err := addCommonHTTPOptions(cmdVhost); err != nil {
Expand Down

0 comments on commit 0b1cdc3

Please sign in to comment.