summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-09-15 20:10:46 +0000
committerRoland McGrath <roland@redhat.com>1992-09-15 20:10:46 +0000
commit144b6ecba5bf881e18830e5543f4199b82f0c30c (patch)
tree6ce7ffec14eab9d545a9e9404f5452be3a5b244c /main.c
parent53f7c279562ffbe754ac66163e1c4d61e3a37beb (diff)
downloadgunmake-144b6ecba5bf881e18830e5543f4199b82f0c30c.tar.gz
Formerly main.c.~58~
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 262c00e..0114459 100644
--- a/main.c
+++ b/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' },