From 8b131ba8a5c04b25fb7c6977f5d1b0e384f421b2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 5 Nov 2019 22:30:49 -0500 Subject: Use "priv" instead of "key" in options Let all words be four letter words. --- bounce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index 2ac9118..3f06603 100644 --- a/bounce.c +++ b/bounce.c @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) { { "away", required_argument, NULL, 'A' }, { "cert", required_argument, NULL, 'C' }, { "bind-host", required_argument, NULL, 'H' }, - { "key", required_argument, NULL, 'K' }, + { "priv", required_argument, NULL, 'K' }, { "names", no_argument, NULL, 'N' }, { "bind-port", required_argument, NULL, 'P' }, { "quit", required_argument, NULL, 'Q' }, @@ -220,7 +220,7 @@ int main(int argc, char *argv[]) { { "save", required_argument, NULL, 'f' }, { "host", required_argument, NULL, 'h' }, { "join", required_argument, NULL, 'j' }, - { "client-key", required_argument, NULL, 'k' }, + { "client-priv", required_argument, NULL, 'k' }, { "nick", required_argument, NULL, 'n' }, { "port", required_argument, NULL, 'p' }, { "real", required_argument, NULL, 'r' }, -- cgit 1.4.1