We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b119df4 commit 0928a4bCopy full SHA for 0928a4b
1 file changed
doc2dash/__main__.py
@@ -63,7 +63,9 @@ def emit(self, record):
63
@click.option(
64
"--add-to-global", "-A", is_flag=True,
65
help="create docset in doc2dash's default global directory [{}] "
66
- "and add it to Dash.app".format(click.format_filename(DEFAULT_DOCSET_PATH))
+ "and add it to Dash.app (works only on OS X)".format(
67
+ click.format_filename(DEFAULT_DOCSET_PATH)
68
+ )
69
)
70
71
"--icon", "-i", type=click.File("rb"), help="add PNG icon to docset"
0 commit comments