diff --git a/xCAT-server/sbin/chtab b/xCAT-server/sbin/chtab index 715734cde..7859ce463 100755 --- a/xCAT-server/sbin/chtab +++ b/xCAT-server/sbin/chtab @@ -66,7 +66,7 @@ unless ($target) { my $current_userid = getpwuid($>); if ($current_userid ne "root") { - print "WARNING: chtab worked without passing xcatd, using tabch command instead if user is controled by policy mechanism\n"; + print "WARNING: chtab bypasses xcatd and does not enforce xCAT policy tables. Using tabch instead.\n"; } my %keyhash = ();