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 782a1d6 commit c57564dCopy full SHA for c57564d
cmd/profilecli/upload.go
@@ -36,7 +36,7 @@ func addUploadParams(cmd commander) *uploadParams {
36
params.phlareClient = addPhlareClient(cmd)
37
38
cmd.Arg("path", "Path(s) to profile(s) to upload").Required().ExistingFilesVar(¶ms.paths)
39
- cmd.Flag("extra-labels", "Add additional labels to the profile(s)").Default("job=profilecli-upload").StringMapVar(¶ms.extraLabels)
+ cmd.Flag("extra-labels", "Add additional labels to the profile(s)").StringMapVar(¶ms.extraLabels)
40
return params
41
}
42
0 commit comments