From 3a1b9f4a566bb8292481eb1d059713f48f185317 Mon Sep 17 00:00:00 2001 From: sabetts Date: Mon, 14 Apr 2003 02:19:55 +0000 Subject: * src/main.c (ratpoison_opts): fix -c option by adding a : after it. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 9571ec6..33a9597 100644 --- a/src/main.c +++ b/src/main.c @@ -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) -- cgit v1.2.3