docs: better "app ps" description

This commit is contained in:
decentral1se 2024-07-07 22:39:57 +02:00
parent 6712bd446f
commit a001be3021
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

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,