Commit 375ee2da authored by Tollef Fog Heen's avatar Tollef Fog Heen

Use ctx rather than hard coding -spersistent

parent cfd52815
......@@ -204,8 +204,8 @@ STV_FileSize(int fd, const char *size, unsigned *granularity, const char *ctx)
ARGV_ERR("(%s) size \"%s\": %s\n", ctx, size, q);
if (l < 1024*1024)
ARGV_ERR("(-spersistent) size \"%s\": too small, "
"did you forget to specify M or G?\n", size);
ARGV_ERR("(%s) size \"%s\": too small, "
"did you forget to specify M or G?\n", ctx, size);
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment