mirror of https://github.com/minio/minio.git
Add mkdonut examples
This commit is contained in:
parent
36904d5da9
commit
f360ee0ab5
|
@ -147,9 +147,15 @@ func main() {
|
||||||
USAGE:
|
USAGE:
|
||||||
{{.Name}} {{if .Flags}}[global flags] {{end}}command{{if .Flags}} [command flags]{{end}} [arguments...]
|
{{.Name}} {{if .Flags}}[global flags] {{end}}command{{if .Flags}} [command flags]{{end}} [arguments...]
|
||||||
|
|
||||||
COMMANDS:
|
EXAMPLES:
|
||||||
{{range .Commands}}{{join .Names ", "}}{{ "\t" }}{{.Usage}}
|
1. Create a donut with four disks
|
||||||
{{end}}{{if .Flags}}
|
$ {{.Name}} donuttest /mnt/export1 /mnt/export2 /mnt/export3 /mnt/export4
|
||||||
|
|
||||||
|
2. Create a donut with sixteen disks
|
||||||
|
$ {{.Name}} donut-16 /mnt/export1 /mnt/export2 /mnt/export3 /mnt/export4 /mnt/export5 \
|
||||||
|
/mnt/export6 /mnt/export7 /mnt/export8 /mnt/export9 /mnt/export10 /mnt/export11 \
|
||||||
|
/mnt/export12 /mnt/export13 /mnt/export14 /mnt/export15 /mnt/export16
|
||||||
|
{{if .Flags}}
|
||||||
GLOBAL FLAGS:
|
GLOBAL FLAGS:
|
||||||
{{range .Flags}}{{.}}
|
{{range .Flags}}{{.}}
|
||||||
{{end}}{{end}}
|
{{end}}{{end}}
|
||||||
|
|
Loading…
Reference in New Issue