aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorAndrew Azores <me@andrewazor.es>2024-01-17 10:10:17 -0500
committerGitHub <noreply@github.com>2024-01-17 07:10:17 -0800
commit2eb82778bc85474ef71e5c923780dd141c12856f (patch)
tree49e7ef8ba63da2e7f7bdf99176805963b4463a9f /weed/command
parent53be97d5bea8b44db40077c62af5e224e21be3ee (diff)
downloadseaweedfs-2eb82778bc85474ef71e5c923780dd141c12856f.tar.xz
seaweedfs-2eb82778bc85474ef71e5c923780dd141c12856f.zip
chore: fix typos in scaffold help output (#5211)
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index b37254bb5..5d1ccb13f 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -21,9 +21,9 @@ var cmdScaffold = &Command{
For example, the filer.toml mysql password can be overwritten by environment variable
export WEED_MYSQL_PASSWORD=some_password
Environment variable rules:
- * Prefix the variable name with "WEED_"
- * Uppercase the reset of variable name.
- * Replace '.' with '_'
+ * Prefix the variable name with "WEED_".
+ * Uppercase the rest of the variable name.
+ * Replace '.' with '_'.
`,
}