summaryrefslogtreecommitdiff
path: root/authbind.c
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2012-06-10 22:50:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2012-06-10 22:50:26 +0100
commit303cf3dde9cf0366346b5b537f2e0fe36ed14f9e (patch)
treebe5e147775d3d072ae1804fec1d5f960a70a53bd /authbind.c
parent4fb8dbb04eb972be4957cdc573b7e9ef0e8ca84a (diff)
remove confusing version
Diffstat (limited to 'authbind.c')
-rw-r--r--authbind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/authbind.c b/authbind.c
index 484f0e7..8dd8f0c 100644
--- a/authbind.c
+++ b/authbind.c
@@ -30,8 +30,7 @@
static void printusage(FILE *f) {
if (fprintf(f,
"usage: authbind [<options>] <program> <arg> <arg> ...\n"
- "options: --deep --depth <levels>\n"
- "version: " MAJOR_VER "." MINOR_VER "\n")
+ "options: --deep --depth <levels>\n")
== EOF) { perror("printf usage"); exit(-1); }
}