Skip to content

Commit f937826

Browse files
Jrank2013kotp
andauthored
Update cmd/root.go
Co-Authored-By: Victor Goff <[email protected]>
1 parent a81e36b commit f937826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ func init() {
4949
api.UserAgent = fmt.Sprintf("github.com/exercism/cli v%s (%s/%s)", Version, runtime.GOOS, runtime.GOARCH)
5050
RootCmd.PersistentFlags().BoolP("verbose", "v", false, "verbose output")
5151
RootCmd.PersistentFlags().IntP("timeout", "", 0, "override the default HTTP timeout (seconds)")
52-
RootCmd.PersistentFlags().BoolP("unmask-token", "", false, "will unmask the API duruing a request/response dump")
52+
RootCmd.PersistentFlags().BoolP("unmask-token", "", false, "will unmask the API during a request/response dump")
5353
}

0 commit comments

Comments
 (0)