Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Jun 7, 2024
1 parent 5f65409 commit 4b6fb60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ GLOBAL OPTIONS:
--timeout value, -t value network timeout: ns|us|ms|s|m|h (default: 5s)
--insecure, -i skip verification of the cert chain and host name (default: false)
--no-timeinfo, -n hide fields related to the current time in table output (default: false)
--timezone value, -z value time zone for datetime fields (default: "Local")
--help, -h show help
--version, -v print the version
```
Expand Down Expand Up @@ -60,6 +61,9 @@ tlc3 -d example.com,www.example.com -o markdown -n

# Override timeout value for TLS connection and IP lookup. Default is 5 seconds
tlc3 -d example.com,www.example.com -t 10s

# Change timezone from local to specified location
tlc3 -d example.com,www.example.com -z "Asia/Tokyo"
```

Warning
Expand Down

0 comments on commit 4b6fb60

Please sign in to comment.