mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 16:22:29 +00:00
Improve upon the new pledge command
This commit is contained in:
parent
b707fca77a
commit
1d744ea11b
13 changed files with 382 additions and 64 deletions
|
@ -777,7 +777,7 @@ int main(int argc, char *argv[]) {
|
|||
ccversion = atoi(optarg);
|
||||
break;
|
||||
case 'P':
|
||||
proquota = sizetol(optarg, 1024);
|
||||
proquota = atoi(optarg);
|
||||
break;
|
||||
case 'F':
|
||||
fszquota = sizetol(optarg, 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue