diff options
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) |