diff options
author | sabetts <sabetts> | 2003-04-14 02:19:55 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-04-14 02:19:55 +0000 |
commit | 3a1b9f4a566bb8292481eb1d059713f48f185317 (patch) | |
tree | a713adf7eeec0f852feb5051963b19f4f92f5835 /src/main.c | |
parent | fd27c5399c536a4cc290eeb8a36c5f8b56374eec (diff) | |
download | ratpoison-3a1b9f4a566bb8292481eb1d059713f48f185317.zip |
* src/main.c (ratpoison_opts): fix -c option by adding a : after it.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ static struct option ratpoison_longopts[] = {"screen", required_argument, 0, 's'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvcd:s:"; +static char ratpoison_opts[] = "hvc:d:s:"; void fatal (const char *msg) |