summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2012-08-18 13:58:53 +0000
committerRoy Marples <roy@marples.name>2012-08-18 13:58:53 +0000
commit701b840fc4d4b410db0403ae7cf41b9051afdb9d (patch)
tree881a40738c33f7291ad9303032cec8dfa4e4f6bc /dhcpcd.c
parentfc6c8ec865a1688ac56016a13c75730fd824bce8 (diff)
downloaddhcpcd-701b840fc4d4b410db0403ae7cf41b9051afdb9d.tar.xz
Remove -v from --version in usage.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
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");
}