]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/mdb_stat.c
ITS#8315 fix ovpage_free
[openldap] / libraries / liblmdb / mdb_stat.c
index 1e9229296faa28f30a54978cb52995c3bb5ed2df..6f4b3ee4f361817615b3fc8761d6fc311dcb2258 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_stat.c - memory-mapped database status tool */
 /*
- * Copyright 2011-2013 Howard Chu, Symas Corp.
+ * Copyright 2011-2015 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@ static void prstat(MDB_stat *ms)
 
 static void usage(char *prog)
 {
-       fprintf(stderr, "usage: %s dbpath [-V] [-n] [-e] [-r[r]] [-f[f[f]]] [-a|-s subdb]\n", prog);
+       fprintf(stderr, "usage: %s [-V] [-n] [-e] [-r[r]] [-f[f[f]]] [-a|-s subdb] dbpath\n", prog);
        exit(EXIT_FAILURE);
 }