From 2a2d85f60cf1ef7ada15da9cd24e5de541079067 Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Wed, 10 Jun 2015 16:19:23 +0200 Subject: [PATCH] Wording changes for clearsource and rmsource --- README.rst | 4 ++-- ckanext/harvest/commands/harvester.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2f7a00d..a7fb2ef 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/ckanext/harvest/commands/harvester.py b/ckanext/harvest/commands/harvester.py index 6499eda..06a7cf0 100644 --- a/ckanext/harvest/commands/harvester.py +++ b/ckanext/harvest/commands/harvester.py @@ -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