Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
jbovet committed Mar 1, 2023
1 parent 83d7945 commit 29ebd62
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 @@ -40,7 +40,7 @@ Usage: tlschecker [OPTIONS] [ADDRESSES]...

Arguments:
[ADDRESSES]...
A comma-delimited hosts list to be checked
A space-delimited hosts list to be checked

Options:
-v, --verbose...
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tlschecker::Certificate;
#[derive(Parser)]
#[command(author, version, about, long_about)]
struct Args {
/// A comma-delimited hosts list to be checked
/// A space-delimited hosts list to be checked
addresses: Vec<String>,

/// Enable verbose to see what is going on
Expand Down

0 comments on commit 29ebd62

Please sign in to comment.