From 61cc4ae8ccf443e5f3d839db7051ed8298a7ec64 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Mon, 25 Nov 2013 15:01:41 -0600
Subject: LinHES-system:linhes_update.sh: add pkg name to help text

---
 abs/core/LinHES-system/linhes_update.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/abs/core/LinHES-system/linhes_update.sh b/abs/core/LinHES-system/linhes_update.sh
index aa80d41..76501fb 100644
--- a/abs/core/LinHES-system/linhes_update.sh
+++ b/abs/core/LinHES-system/linhes_update.sh
@@ -57,6 +57,7 @@ chck ()  {
             echo "   <button>" >> /tmp/update3.xml.tmp
             echo "     <type>UPGRADE</type>" >> /tmp/update3.xml.tmp
             echo "     <text>$line</text>" >> /tmp/update3.xml.tmp
+            echo "     <description>$line</description>" >> /tmp/update3.xml.tmp
             echo "     <action>NONE</action>" >> /tmp/update3.xml.tmp
             echo "   </button>" >> /tmp/update3.xml.tmp
         done < "/tmp/to_be_upgraded"
-- 
cgit v0.12