summaryrefslogtreecommitdiff
path: root/scripts/mysql_zap.sh
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2004-04-04 18:48:41 -0500
committerunknown <paul@ice.snake.net>2004-04-04 18:48:41 -0500
commit62d516fa811138e1ce2e6e015ebf2b28455ebab8 (patch)
tree12b2d71fa2c0e44ded332402bb4d4f83c36c6ebb /scripts/mysql_zap.sh
parent6b433f99a4dd717e3274c26f5727c6aa14663f75 (diff)
downloadmariadb-git-62d516fa811138e1ce2e6e015ebf2b28455ebab8.tar.gz
Minor tweaks to help message of obscure script.
Diffstat (limited to 'scripts/mysql_zap.sh')
-rw-r--r--scripts/mysql_zap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mysql_zap.sh b/scripts/mysql_zap.sh
index f485d164282..89823c1373b 100644
--- a/scripts/mysql_zap.sh
+++ b/scripts/mysql_zap.sh
@@ -111,10 +111,10 @@ Usage: $0 [-signal] [-?Ift] [--help] pattern
Options: -I or -? "info" -f "force" -t "test".
Version 1.0
-Kill processes with matches pattern.
+Kill processes that match the pattern.
If -f isn't given, ask user for confirmation for each process to kill.
-If signal isn't given, try first with signal 15 and after that with signal 9.
-If -t is given the processes is only shown on stdout.
+If signal isn't given, try first with signal 15, then with signal 9.
+If -t is given, the processes are only shown on stdout.
EOF
exit(1);
}