Formerly main.c.~58~

This commit is contained in:
Roland McGrath 1992-09-15 20:10:46 +00:00
parent 53f7c27956
commit 144b6ecba5

1
main.c
View file

@ -301,6 +301,7 @@ static struct command_switch switches[] =
static struct option long_option_aliases[] =
{
{ "quiet", no_argument, 0, 's' },
{ "stop", no_argument, 0, 'S' },
{ "new", required_argument, 0, 'W' },
{ "assume-new", required_argument, 0, 'W' },
{ "assume-old", required_argument, 0, 'o' },