Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion remoteappmanager/cli/remoteapprest/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def available(ctx):
@click.argument("identifier")
@click.pass_context
def start(ctx, identifier):
"""Starts a container for application identified by IDENTIFIER."""
"""Starts a container for application identified by IDENTIFIER.
If a container is already running, restarts it."""
cred = ctx.obj.credentials
url, username, cookies = cred.url, cred.username, cred.cookies

Expand Down