docs: better "app ps" description

This commit is contained in:
2024-07-07 22:39:57 +02:00
parent 6712bd446f
commit a001be3021

View File

@ -28,7 +28,7 @@ var appPsCommand = cli.Command{
Aliases: []string{"p"},
Usage: "Check app status",
ArgsUsage: "<domain>",
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,