summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9f43832..b9ac3e6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)