Skip to content

Commit 1674ae5

Browse files
author
Yuri Shkuro
committed
Decouple storage dependencies
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent ab11c69 commit 1674ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/flags/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type logging struct {
6262

6363
// AddFlags adds flags for SharedFlags
6464
func AddFlags(flagSet *flag.FlagSet) {
65-
flagSet.String(spanStorageType, "", fmt.Sprintf(`(deprecated) please use %s environment variable. Run this binary with "env" command for help.`, storage.SpanStorageTypeEnvVar))
65+
flagSet.String(spanStorageType, "", "(deprecated) please use SPAN_STORAGE_TYPE environment variable. Run this binary with "env" command for help.")
6666
AddLoggingFlag(flagSet)
6767
}
6868

0 commit comments

Comments
 (0)