Wording changes for clearsource and rmsource

This commit is contained in:
Stefan Oderbolz 2015-06-10 16:19:23 +02:00
parent 8ebb843052
commit 2a2d85f60c
2 changed files with 4 additions and 4 deletions

View File

@ -113,10 +113,10 @@ The following operations can be run from the command line using the
- create new harvest source - create new harvest source
harvester rmsource {id} harvester rmsource {id}
- remove (inactivate) a harvester source - remove (deactivate) a harvester source, whilst leaving any related datasets, jobs and objects
harvester clearsource {id} harvester clearsource {id}
- clear a harvester source (delete all associtated datasets) - clears all datasets, jobs and objects related to a harvest source, but keeps the source itself
harvester sources [all] harvester sources [all]
- lists harvest sources - lists harvest sources

View File

@ -18,10 +18,10 @@ class Harvester(CkanCommand):
- create new harvest source - create new harvest source
harvester rmsource {id} harvester rmsource {id}
- remove (inactivate) a harvester source - remove (deactivate) a harvester source, whilst leaving any related datasets, jobs and objects
harvester clearsource {id} harvester clearsource {id}
- clear a harvester source (delete all associtated datasets) - clears all datasets, jobs and objects related to a harvest source, but keeps the source itself
harvester sources [all] harvester sources [all]
- lists harvest sources - lists harvest sources