Skip to content

Commit

Permalink
Update haproxytimeout usage
Browse files Browse the repository at this point in the history
Corrected the tool's description to reflect its capability to convert
only one human-readable time duration to milliseconds at a time.
  • Loading branch information
frobware committed Dec 28, 2023
1 parent eb0ea52 commit bcb5e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ go install github.com/frobware/haproxytime/cmd/haproxytimeout@latest
## Usage

```console
haproxytimeout - Convert human-readable time durations to millisecond format
haproxytimeout - Convert human-readable time duration to millisecond format

General Usage:
haproxytimeout [-help] [-v]
Expand Down
2 changes: 1 addition & 1 deletion cmd/haproxytimeout/haproxytimeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func version() string {
}

var Usage = `
haproxytimeout - Convert human-readable time durations to millisecond format
haproxytimeout - Convert human-readable time duration to millisecond format
General Usage:
haproxytimeout [-help] [-v]
Expand Down

0 comments on commit bcb5e07

Please sign in to comment.