We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeafc03 commit 78e4ad3Copy full SHA for 78e4ad3
cmd/pmm-dump/main.go
@@ -150,13 +150,8 @@ func main() {
150
justKey = ptr(false)
151
}
152
153
- if *toFile != "" && *justKey {
154
- log.Warn().Msgf("pass-filepath and just-key are mutually exclusive, disabling just-key")
155
- justKey = ptr(false)
156
- }
157
-
158
if *toFile == "" && *forceToFile {
159
- log.Warn().Msgf("force-pass-filepath is set and pass-filepath is empty, dissabling force-pass-filepath")
+ log.Warn().Msgf("force-pass-filepath is set and pass-filepath is empty, disabling force-pass-filepath")
160
161
162
0 commit comments