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

Commit 0fabc15

Browse files
Fix command description grammar
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 51d8955 commit 0fabc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/docker-app/inspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
func inspectCmd(dockerCli command.Cli) *cobra.Command {
2020
cmd := &cobra.Command{
2121
Use: "inspect [<app-name>] [-s key=value...] [-f settings-file...]",
22-
Short: "Shows metadata, settings and summary of compose file for a given application",
22+
Short: "Shows metadata, settings and a summary of the compose file for a given application",
2323
Args: cli.RequiresMaxArgs(1),
2424
RunE: func(cmd *cobra.Command, args []string) error {
2525
app, err := packager.Extract(firstOrEmpty(args),

0 commit comments

Comments
 (0)