diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-01 05:10:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-01 05:10:00 +0000 |
commit | 5a64df0c5df1de88806975fcf388dbff61c2ca0d (patch) | |
tree | 5b420cfdd97a7f45d3f11832fb9971f5ac0a67c5 /trans/crash.c | |
parent | da7fd5f6ac328d62d829ab1b7f9dec86769a1d34 (diff) |
1999-06-01 Roland McGrath <roland@baalperazim.frob.com>
* crash.c (options): Add --dump-core as alias for --core-file.
Diffstat (limited to 'trans/crash.c')
-rw-r--r-- | trans/crash.c | 3 |
1 files changed, 2 insertions, 1 deletions
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} }; |