From fdfc1446180eba601bcfb5bb255ebb61d7c3ffe0 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sat, 10 Jul 2010 22:43:05 +0000
Subject: [PATCH] Create _and update_ nodes.

---
 feeds.plugins.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/feeds.plugins.inc b/feeds.plugins.inc
index 6aa87d01..d6500f92 100644
--- a/feeds.plugins.inc
+++ b/feeds.plugins.inc
@@ -132,8 +132,8 @@ function _feeds_feeds_plugins() {
   );
   $info['FeedsNodeProcessor'] = array(
     'name' => 'Node processor',
-    'description' => 'Create nodes.',
-    'help' => 'Create nodes from parsed content.',
+    'description' => 'Create and update nodes.',
+    'help' => 'Create and update nodes from parsed content.',
     'handler' => array(
       'parent' => 'FeedsProcessor',
       'class' => 'FeedsNodeProcessor',
-- 
GitLab