diff --git a/shiny/_main.py b/shiny/_main.py index 6b455e1a2..e21650ca8 100644 --- a/shiny/_main.py +++ b/shiny/_main.py @@ -581,7 +581,13 @@ def test( @click.option( "--github", "-g", - help="The GitHub URL of the template sub-directory. For example https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard", + help=""" + The GitHub repo containing the template, e.g. 'posit-dev/py-shiny-templates'. + Can be in the format '{repo_owner}/{repo_name}', '{repo_owner}/{repo_name}@{ref}', + or '{repo_owner}/{repo_name}:{path}@{ref}'. + Alternatively, a GitHub URL of the template sub-directory, e.g + 'https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard'. + """, ) @click.option( "--dir",