Skip to content

Commit

Permalink
Update defang.rb
Browse files Browse the repository at this point in the history
* Wording changes.
  • Loading branch information
postmodern authored Nov 26, 2024
1 parent db143b9 commit 9b2708f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ronin/cli/commands/defang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Ronin
class CLI
module Commands
#
# De-fangs a URL, hostname, or IP address.
# Defangs a URL, hostname, or IP address.
#
# ## Usage
#
Expand Down Expand Up @@ -55,7 +55,7 @@ class Defang < ValueProcessorCommand
argument :value, required: false,
repeats: true,
usage: 'URL | HOST | IP',
desc: 'A refanged URL, hostname, or IP address'
desc: 'A URL, hostname, or IP address'

examples [
'https://www.evil.com/foo/bar/baz',
Expand Down

0 comments on commit 9b2708f

Please sign in to comment.