]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/ndb/mkhash.c
merge
[plan9front.git] / sys / src / cmd / ndb / mkhash.c
old mode 100755 (executable)
new mode 100644 (file)
index 507bd7c..00a1ee5
@@ -76,7 +76,7 @@ main(int argc, char **argv)
        uchar *p;
 
        if(argc != 3){
-               fprint(2, "mkhash: usage file attribute\n");
+               fprint(2, "usage: mkhash file attribute\n");
                exits("usage");
        }
        db = ndbopen(argv[1]);