Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 20c56be

Browse files
authored
Merge pull request #14 from docker/help-formatting-fix
Other help examples don't have a trailing full stop
2 parents af9aa7b + 7809ca7 commit 20c56be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Usage:
88
docker-app [command]
99
1010
Available Commands:
11-
build Compile an app package from locally available data.
11+
build Compile an app package from locally available data
1212
deploy Deploy the specified app on the connected cluster
1313
helm Render the composefile for this app as an Helm package
1414
help Help about any command

cmd/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// buildCmd represents the build command
1010
var buildCmd = &cobra.Command{
1111
Use: "build <app-name>",
12-
Short: "Compile an app package from locally available data.",
12+
Short: "Compile an app package from locally available data",
1313
Run: func(cmd *cobra.Command, args []string) {
1414
fmt.Println("build called")
1515
},

0 commit comments

Comments
 (0)