specify correct dir in usage

This commit is contained in:
Jan-Piet Mens
2015-09-07 17:11:52 +02:00
parent 1788cb58d7
commit e6261146ef

View File

@@ -31,7 +31,7 @@ int main(int argc,char * argv[])
struct gcache *gc;
if (argc != 2) {
fprintf(stderr, "Usage: %s /path/to/store\n", *argv);
fprintf(stderr, "Usage: %s /path/to/store/ghash\n", *argv);
return (1);
}