Skip to content

Commit

Permalink
change the name of the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 27, 2024
1 parent 9b01049 commit bf1cacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/miniooni/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ func registerOONIRun(rootCmd *cobra.Command, globalOptions *Options) {
)
flags.StringVarP(
&globalOptions.AuthFile,
"auth-file",
"a",
"bearer-token-file",
"",
"",
"Path to a file containing a bearer token for fetching a remote OONI Run v2 descriptor",
)
Expand Down

0 comments on commit bf1cacd

Please sign in to comment.