Wording changes for clearsource and rmsource
This commit is contained in:
parent
8ebb843052
commit
2a2d85f60c
|
@ -113,10 +113,10 @@ The following operations can be run from the command line using the
|
|||
- create new harvest source
|
||||
|
||||
harvester rmsource {id}
|
||||
- remove (inactivate) a harvester source
|
||||
- remove (deactivate) a harvester source, whilst leaving any related datasets, jobs and objects
|
||||
|
||||
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]
|
||||
- lists harvest sources
|
||||
|
|
|
@ -18,10 +18,10 @@ class Harvester(CkanCommand):
|
|||
- create new harvest source
|
||||
|
||||
harvester rmsource {id}
|
||||
- remove (inactivate) a harvester source
|
||||
- remove (deactivate) a harvester source, whilst leaving any related datasets, jobs and objects
|
||||
|
||||
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]
|
||||
- lists harvest sources
|
||||
|
|
Loading…
Reference in New Issue