We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38547a commit 919e022Copy full SHA for 919e022
ckanext/datastore/cli.py
@@ -137,7 +137,7 @@ def _parse_db_config(config_key: str = u'sqlalchemy.url'):
137
type=click.BOOL,
138
help='Only output the list of oprhaned or deleted Resource IDs.')
139
@click.option('-y', '--yes', is_flag=True,
140
- type=click.BOOL, help='Suppress human interaction.')
+ type=click.BOOL, help='Purge without asking for confirmation.')
141
def purge(list: bool = False, yes: bool = False):
142
'''Purge orphaned or deleted resources from the datastore using the datastore_delete
143
action, which drops tables when called without filters.'''
0 commit comments