mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
'Usage: datasette', not 'Usage: cli' - refs #336
This commit is contained in:
parent
74ad3ff4af
commit
bd1db56936
4 changed files with 4 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ def update_help_includes():
|
|||
actual = "$ datasette {} --help\n\n{}".format(
|
||||
name, result.output
|
||||
)
|
||||
actual = actual.replace('Usage: cli ', 'Usage: datasette ')
|
||||
open(docs_path / filename, "w").write(actual)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue