Index: /branches/rel_apv_10_7_3/usr/click/bin/backend/sys_cmd.c
===================================================================
--- /branches/rel_apv_10_7_3/usr/click/bin/backend/sys_cmd.c	(revision 40037)
+++ /branches/rel_apv_10_7_3/usr/click/bin/backend/sys_cmd.c	(working copy)
@@ -1581,7 +1581,8 @@
 	char sysstr[256];
 	int i;
 
-	printf("Certain file on /var directory will be delete. Type \"YES\" to confirm the deletion:");
+	printf("WARNING: This operation will permanently delete files from:\n"
+"/var/crash and /var/crash/statmon\n""The following file types will be removed:\n""*.core\n""*.rrd\n""*.out\n""Type \"YES\" to confirm the deletion:");
 
 	if (!challange_user("YES\n")) {
 		printf("Operation aborted by user.\n");
