Skip to content

Commit 919e022

Browse files
JVickery-TBSwardi
andauthored
Update ckanext/datastore/cli.py
Co-authored-by: Ian Ward <ian@excess.org>
1 parent c38547a commit 919e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datastore/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _parse_db_config(config_key: str = u'sqlalchemy.url'):
137137
type=click.BOOL,
138138
help='Only output the list of oprhaned or deleted Resource IDs.')
139139
@click.option('-y', '--yes', is_flag=True,
140-
type=click.BOOL, help='Suppress human interaction.')
140+
type=click.BOOL, help='Purge without asking for confirmation.')
141141
def purge(list: bool = False, yes: bool = False):
142142
'''Purge orphaned or deleted resources from the datastore using the datastore_delete
143143
action, which drops tables when called without filters.'''

0 commit comments

Comments
 (0)