diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-02 10:55:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-02 10:55:58 +0100 |
commit | af81a0728e712fb3d4bec3a0ecfc7dff7fff40b8 (patch) | |
tree | 92c8d05976009141808a51dc4d5561ac781278c6 /pfinet/options.c | |
parent | ccee70dd9fc20a5b39c59b0a7dc8c72e2536ede9 (diff) |
Remove unimplemented -s option
* pfinet/options.c (options): Remove 's' case.
Diffstat (limited to 'pfinet/options.c')
-rw-r--r-- | pfinet/options.c | 1 |
1 files changed, 0 insertions, 1 deletions
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} }; |