From a001be3021b6a7d03641c144e2cba8d28959ce08 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 7 Jul 2024 22:39:57 +0200 Subject: [PATCH] docs: better "app ps" description --- cli/app/ps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app/ps.go b/cli/app/ps.go index e5917407c..5cb3adb22 100644 --- a/cli/app/ps.go +++ b/cli/app/ps.go @@ -28,7 +28,7 @@ var appPsCommand = cli.Command{ Aliases: []string{"p"}, Usage: "Check app status", ArgsUsage: "", - Description: "Show a more detailed status output of a specific deployed app", + Description: "Show status of a deployed app.", Flags: []cli.Flag{ internal.MachineReadableFlag, internal.WatchFlag,