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 8994e8c..627e315 100644
--- a/src/main.c
+++ b/src/main.c
@@ -97,7 +97,7 @@ static struct option ratpoison_longopts[] =
{"display", required_argument, 0, 'd'},
{0, 0, 0, 0} };
-static char ratpoison_opts[] = "hvc:";
+static char ratpoison_opts[] = "hvcd:";
void
fatal (const char *msg)