Skip to content

Commit

Permalink
Rewording --no-ipv4 help
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Aug 16, 2024
1 parent 8948b51 commit 0ebb633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Usage: ip6addr [-v|--version]
Available options:
-v,--version Show version
-c,--canonical In conformation with RFC 5952 (default output)
-n,--no-ipv4 Force the removal of IPv4 address if necessary
-n,--no-ipv4 Force the rewriting of IPv4 address if necessary to
get a pure IPv6 address
-f,--full-length Full IPv6 address length
-p,--ptr PTR reverse mapping
-w,--windows-unc Windows UNC path name
Expand Down
2 changes: 1 addition & 1 deletion app/ip6addr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ parseOptions =
flag' NoIPv4
( short 'n'
<> long "no-ipv4"
<> help "Force the removal of IPv4 address if necessary"
<> help "Force the rewriting of IPv4 address if necessary to get a pure IPv6 address"
)
<|>
flag' FullLength
Expand Down

0 comments on commit 0ebb633

Please sign in to comment.