diff --git a/plum/cli/main.py b/plum/cli/main.py index 191b2f487..9f18f8ffd 100644 --- a/plum/cli/main.py +++ b/plum/cli/main.py @@ -64,6 +64,8 @@ class TopLevelCommand(Command): Commands: ps List services and containers + start Start services + stop Stop services """ def ps(self, options):