diff --git a/shinylive/_main.py b/shinylive/_main.py index 938b7df..6f385a0 100644 --- a/shinylive/_main.py +++ b/shinylive/_main.py @@ -568,7 +568,12 @@ def encode( pbpaste | shinylive url decode """, ) -@click.option("--out", type=str, default=None, help="Output directory.") +@click.option( + "--out", + type=str, + default=None, + help="Output directory into which the app's files will be written. The directory is created if it does not exist. ", +) @click.option( "--json", is_flag=True,