* Fixed typo in usage text.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2008, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2008-2009, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -31,7 +31,8 @@ usage(int status)
|
|||||||
printf("options:\n");
|
printf("options:\n");
|
||||||
printf(" -f --files Number of files to be created. Defaults to as "
|
printf(" -f --files Number of files to be created. Defaults to as "
|
||||||
"many as fit.\n");
|
"many as fit.\n");
|
||||||
printf(" -h --size Size of each file. Defaults to 4KB.\n");
|
printf(" -s --size Size of each file. Defaults to %lldKB.\n",
|
||||||
|
kDefaultFileSize / 1024);
|
||||||
|
|
||||||
exit(status);
|
exit(status);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user