diff options
author | Roland McGrath <roland@redhat.com> | 1992-09-15 20:10:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-09-15 20:10:46 +0000 |
commit | 144b6ecba5bf881e18830e5543f4199b82f0c30c (patch) | |
tree | 6ce7ffec14eab9d545a9e9404f5452be3a5b244c | |
parent | 53f7c279562ffbe754ac66163e1c4d61e3a37beb (diff) | |
download | gunmake-144b6ecba5bf881e18830e5543f4199b82f0c30c.tar.gz |
Formerly main.c.~58~
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' }, |