We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b87407 commit b61a71cCopy full SHA for b61a71c
README.md
@@ -391,7 +391,7 @@ func init() {
391
392
In this example the persistent flag `author` is bound with `viper`.
393
**Note**, that the variable `author` will not be set to the value from config,
394
-when the `--author` flag is not provided by user.
+when the `--author` flag is provided by user.
395
396
More in [viper documentation](https://github.com/spf13/viper#working-with-flags).
397
0 commit comments