Skip to content

Commit 0928a4b

Browse files
committed
Make clear that -A works only on OS X
1 parent b119df4 commit 0928a4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc2dash/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def emit(self, record):
6363
@click.option(
6464
"--add-to-global", "-A", is_flag=True,
6565
help="create docset in doc2dash's default global directory [{}] "
66-
"and add it to Dash.app".format(click.format_filename(DEFAULT_DOCSET_PATH))
66+
"and add it to Dash.app (works only on OS X)".format(
67+
click.format_filename(DEFAULT_DOCSET_PATH)
68+
)
6769
)
6870
@click.option(
6971
"--icon", "-i", type=click.File("rb"), help="add PNG icon to docset"

0 commit comments

Comments
 (0)