From d85b8faad0892fdc4de3fc04f89213f00b10832a Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 28 Jan 2011 16:31:16 +0000 Subject: [PATCH] fix defect 3166908 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8768 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/sbin/tabedit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/sbin/tabedit b/xCAT-client/sbin/tabedit index 1577d060c..aad314910 100755 --- a/xCAT-client/sbin/tabedit +++ b/xCAT-client/sbin/tabedit @@ -19,7 +19,7 @@ fi TABLE=$1 if [ $TABLE = "eventlog" ] || [ $TABLE = "auditlog" ]; then - echo "The auditlog and eventlog tables may not be edited. Editing will cause index regeneration."; + echo "The auditlog and eventlog tables may not be edited. Editing will cause index regeneration. Use the tabprune command."; exit 1 fi if [ -z "$TABEDITOR" ]; then