Reformat documentation messages
This commit is contained in:
parent
aefde6eec2
commit
c80c8f2297
29 changed files with 61 additions and 61 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
var SystemUpdate wisski_distillery.Command = systemupdate{}
|
||||
|
||||
type systemupdate struct {
|
||||
InstallDocker bool `short:"a" long:"install-docker" description:"Try to automatically install docker. Assumes 'apt-get' as a package manager. "`
|
||||
InstallDocker bool "short:\"a\" long:\"install-docker\" description:\"try to automatically install docker. assumes `apt-get` as a package manager\""
|
||||
Positionals struct {
|
||||
GraphdbZip string `positional-arg-name:"PATH_TO_GRAPHDB_ZIP" required:"1-1" description:"path to the graphdb.zip file"`
|
||||
} `positional-args:"true"`
|
||||
|
|
@ -35,7 +35,7 @@ func (systemupdate) Description() wisski_distillery.Description {
|
|||
IncludeUnknown: true,
|
||||
},
|
||||
Command: "system_update",
|
||||
Description: "Installs and Update Components of the WissKI Distillery System",
|
||||
Description: "installs and updates components of the distillery system",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue