From 5a64df0c5df1de88806975fcf388dbff61c2ca0d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Jun 1999 05:10:00 +0000 Subject: 1999-06-01 Roland McGrath * crash.c (options): Add --dump-core as alias for --core-file. --- trans/crash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trans') diff --git a/trans/crash.c b/trans/crash.c index 9cebb2a8..3128e7e8 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -413,7 +413,8 @@ static const struct argp_option options[] = {0,0,0,0,"These options specify the disposition of a crashing process:", 1}, {"suspend", 's', 0, 0, "Suspend the process", 1}, {"kill", 'k', 0, 0, "Kill the process", 1}, - {"core-file", 'c', 0, 0, "Generate a core file", 1}, + {"core-file", 'c', 0, 0, "Dump a core file", 1}, + {"dump-core", 0, 0, OPTION_ALIAS }, {0} }; -- cgit v1.2.3