vacfs: document replacement of -c flag by -M
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
This commit is contained in:
parent
3155ec718b
commit
ce8d6f2465
2 changed files with 8 additions and 8 deletions
|
|
@ -274,7 +274,7 @@ srv(void *a)
|
|||
void
|
||||
usage(void)
|
||||
{
|
||||
fprint(2, "usage: %s [-sd] [-h host] [-c ncache] [-m mountpoint] vacfile\n", argv0);
|
||||
fprint(2, "usage: %s [-sd] [-h host] [-m mountpoint] [-M mem] vacfile\n", argv0);
|
||||
threadexitsall("usage");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue