summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-28 04:50:00 +0000
committersabetts <sabetts>2001-09-28 04:50:00 +0000
commit7124de1cd87cd2694f9b9751c9800db6b183b6a7 (patch)
tree0003e4d8b428f2259cd6dab79149fbda801dd27d /src
parent844756cbfa42dfe3be550cf5c7ee24c2993f123b (diff)
downloadratpoison-7124de1cd87cd2694f9b9751c9800db6b183b6a7.zip
remove 'r' and 'k'.
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)