From: Roy Marples Date: Sat, 18 Aug 2012 13:58:53 +0000 (+0000) Subject: Remove -v from --version in usage. X-Git-Tag: v5.6.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701b840fc4d4b410db0403ae7cf41b9051afdb9d;p=thirdparty%2Fdhcpcd.git Remove -v from --version in usage. --- diff --git a/dhcpcd.c b/dhcpcd.c index 52d198fb..9d300792 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -163,7 +163,7 @@ printf("usage: "PACKAGE"\t[-ABbDdEGgHJKkLnpqTVw]\n" "\t\t[-z, --allowinterfaces pattern] [interface] [...]\n" " "PACKAGE"\t-k, --release [interface]\n" " "PACKAGE"\t-U, --dumplease interface\n" - " "PACKAGE"\t-v, --version\n" + " "PACKAGE"\t--version\n" " "PACKAGE"\t-x, --exit [interface]\n"); }