Skip to content

Commit

Permalink
[fix][xs]: Update install-from-source.rst and change short_help
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Jan 31, 2020
1 parent bfb7d53 commit 766c57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/cli/generate.py
Expand Up @@ -83,7 +83,7 @@ def extension(output_dir):


@generate.command(name=u'config',
short_help=u'Path to the generated configuration ini file.')
short_help=u'Create a ckan.ini file.')
@click.argument('output_path', nargs=1)
def make_config(output_path):
"""Generate a new CKAN configuration ini file."""
Expand Down
2 changes: 1 addition & 1 deletion doc/maintaining/installing/install-from-source.rst
Expand Up @@ -181,7 +181,7 @@ Create the CKAN config file:

.. parsed-literal::
paster make-config ckan |development.ini|
ckan generate config |development.ini|
Edit the ``development.ini`` file in a text editor, changing the following
options:
Expand Down

0 comments on commit 766c57b

Please sign in to comment.