chiark / gitweb /
restore ignores which were deleted by mistake by NMUer's tools
[authbind.git] / authbind.c
index 484f0e74f332f1d9a87a33eed7386832934724d1..8dd8f0cc9f3c544f4617b928a23cbd604dcafeec 100644 (file)
@@ -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); }
 }