Skip to content

Commit

Permalink
Merge #130306
Browse files Browse the repository at this point in the history
130306: roachprod: improve args flag description r=RaduBerinde a=RaduBerinde

Epic: none
Release note: None

Co-authored-by: Radu Berinde <[email protected]>
  • Loading branch information
craig[bot] and RaduBerinde committed Sep 9, 2024
2 parents fa9c052 + 719dd6d commit 00edd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachprod/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func initFlags() {
startCmd.Flags().IntVarP(&numRacks,
"racks", "r", 0, "the number of racks to partition the nodes into")
startCmd.Flags().StringArrayVarP(&startOpts.ExtraArgs,
"args", "a", nil, "node arguments")
"args", "a", nil, `node arguments (example: --args "--cache=25%" --args "--max-sql-memory=25%")`)
startCmd.Flags().StringArrayVarP(&nodeEnv,
"env", "e", config.DefaultEnvVars(), "node environment variables")
startCmd.Flags().BoolVar(&startOpts.EncryptedStores,
Expand Down

0 comments on commit 00edd9c

Please sign in to comment.