Browse Source

feat(cmd): add accurate usage for token flag

ayn2op 5 months ago
parent
commit
085fe6ddd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/root.go

+ 1 - 1
cmd/root.go

@@ -72,7 +72,7 @@ var (
 
 func init() {
 	flags := rootCmd.Flags()
-	flags.StringVar(&token, "token", "", "authentication token")
+	flags.StringVar(&token, "token", "", "authentication token (default: $DISCORDO_TOKEN or keyring)")
 
 	flags.StringVar(&configPath, "config-path", config.DefaultPath(), "path of the configuration file")