Skip to content

Commit 2a93264

Browse files
committed
Explicitly mention the full config file path in the sbumit help screen
1 parent e80c95e commit 2a93264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/submit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ blocklist:
113113

114114
func init() {
115115
rootCmd.AddCommand(submitCmd)
116-
submitCmd.Flags().BoolVar(&configHelp, "config-help", configHelp, "Show help for configuring blocklists in pkgstats.yaml.")
116+
submitCmd.Flags().BoolVar(&configHelp, "config-help", configHelp, "Show help for configuring blocklists in /etc/pkgstats.yaml")
117117
submitCmd.Flags().BoolVarP(&dumpJSON, "dump-json", "d", dumpJSON, "Dump information that would be sent as JSON")
118118
submitCmd.Flags().BoolVarP(&quiet, "quiet", "q", quiet, "Suppress any output except errors")
119119
}

0 commit comments

Comments
 (0)