Skip to content

Commit

Permalink
Prefix example commands with a $ to indicate they are shell commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 4, 2023
1 parent a89521c commit 874074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/ronin-listener-new.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Creates a new DNS or HTTP listener Ruby script.

Generate a new DNS listener Ruby script:

ronin-listener new dns file.rb
$ ronin-listener new dns file.rb

Generate a new HTTP listener Ruby script:

ronin-listener new http file.rb
$ ronin-listener new http file.rb

## AUTHOR

Expand Down

0 comments on commit 874074a

Please sign in to comment.