From af81a0728e712fb3d4bec3a0ecfc7dff7fff40b8 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 2 Feb 2015 10:55:58 +0100 Subject: Remove unimplemented -s option * pfinet/options.c (options): Remove 's' case. --- pfinet/options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pfinet') diff --git a/pfinet/options.c b/pfinet/options.c index 4b143563..ff9db4b4 100644 --- a/pfinet/options.c +++ b/pfinet/options.c @@ -76,7 +76,6 @@ static const struct argp_option options[] = {"address6", 'A', "ADDR/LEN",0, "Set the global IPv6 address"}, {"gateway6", 'G', "ADDRESS", 0, "Set the IPv6 default gateway"}, #endif - {"shutdown", 's', 0, 0, "Shut it down"}, {0} }; -- cgit v1.2.3