diff options
author | sabetts <sabetts> | 2001-09-28 04:50:00 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-28 04:50:00 +0000 |
commit | 7124de1cd87cd2694f9b9751c9800db6b183b6a7 (patch) | |
tree | 0003e4d8b428f2259cd6dab79149fbda801dd27d /src | |
parent | 844756cbfa42dfe3be550cf5c7ee24c2993f123b (diff) | |
download | ratpoison-7124de1cd87cd2694f9b9751c9800db6b183b6a7.zip |
remove 'r' and 'k'.
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) |