diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ static struct option ratpoison_longopts[] = {"command", required_argument, 0, 'c'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvrkc:"; +static char ratpoison_opts[] = "hvc:"; void fatal (const char *msg) |