From 8c87e65e2063219a86445d7a867c4a1f33c81307 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Tue, 6 Dec 2022 11:30:23 -0500 Subject: [PATCH] update info help docstring --- rsconnect/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconnect/main.py b/rsconnect/main.py index 9b26d32c..9a5c5946 100644 --- a/rsconnect/main.py +++ b/rsconnect/main.py @@ -603,7 +603,7 @@ def _get_names_to_check(file_or_directory): @cli.command( short_help="Show saved information about the specified deployment.", help=( - "Display information about the deployment of a Jupyter notebook or manifest. For any given file, " + "Display information about a deployment. For any given file, " "information about it" "s deployments are saved on a per-server basis." ),