mirror of
https://github.com/owntracks/recorder.git
synced 2026-03-29 23:47:04 +00:00
specify correct dir in usage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user