mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly main.c.~58~
This commit is contained in:
parent
53f7c27956
commit
144b6ecba5
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -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' },
|
||||
|
|
Loading…
Reference in a new issue