Skip to content

Commit 6c6db1d

Browse files
author
Takashi Kusumi
authored
Fix typo of --verbosity flag (#215)
1 parent 5327626 commit 6c6db1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ functions](https://golang.org/pkg/text/template/#hdr-Functions)):
141141

142142
### Log level verbosity
143143

144-
You can configure the log level verbosity by the `--verbose` flag.
144+
You can configure the log level verbosity by the `--verbosity` flag.
145145
It is useful when you want to know how stern interacts with a Kubernetes API server in troubleshooting.
146146

147-
Increasing the verbosity increases the number of logs. `--verbose 6` would be a good starting point.
147+
Increasing the verbosity increases the number of logs. `--verbosity 6` would be a good starting point.
148148

149149
## Examples:
150150

0 commit comments

Comments
 (0)