diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-10-17 02:39:07 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:22:26 -0700 |
| commit | bab7dfdf68075b345e4de3ae79ea685ca884668f (patch) | |
| tree | eced4ecdfd37aae1a92f28ba0864837db1205eb0 /cmd/run.go | |
| parent | b5cc60b2b974645f0d09721c292cd243d049cbcf (diff) | |
Move around and fscrypt refactor
Diffstat (limited to 'cmd/run.go')
| -rw-r--r-- | cmd/run.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ Commands: Arguments:
{{- range $arguments}}
{{.}}
- {{wrapText .Usage 2 -}}
+ {{WrapText .Usage 2 -}}
{{end}}
{{end -}}
@@ -71,7 +71,7 @@ Arguments: Options:
{{- range $flags}}
{{.}}
- {{wrapText .FullUsage 2 -}}
+ {{WrapText .FullUsage 2 -}}
{{end}}
{{end -}}
|