cmd/swarm: minor cli flag text adjustments

This commit is contained in:
justelad 2018-06-22 00:57:05 +02:00
parent eaff89291c
commit 945fb96648

View file

@ -143,7 +143,7 @@ var (
}
SwarmWantManifestFlag = cli.BoolTFlag{
Name: "manifest",
Usage: "Automatic manifest upload",
Usage: "Automatic manifest upload (default true)",
}
SwarmUploadDefaultPath = cli.StringFlag{
Name: "defaultpath",
@ -155,7 +155,7 @@ var (
}
SwarmUploadMimeType = cli.StringFlag{
Name: "mime",
Usage: "force mime type",
Usage: "force mime type on upload",
}
SwarmEncryptedFlag = cli.BoolFlag{
Name: "encrypt",