X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fcgmem_nice;fp=bin%2Fcgmem_nice;h=212ec3ca4ec953773f4e1385bd50b9525276a0d9;hb=c5921e07ec7e321eaa039de65fcc03b6b5296043;hp=a509f6ba494b590d8a635ad8ccaf2fd71e6440e7;hpb=3ea78957fe9b545129e193a3a7e8e9934b5318d5;p=dotfiles.git diff --git a/bin/cgmem_nice b/bin/cgmem_nice index a509f6b..212ec3c 100755 --- a/bin/cgmem_nice +++ b/bin/cgmem_nice @@ -1,12 +1,12 @@ #! /bin/sh usage() { - echo "Usage: $0 {100|200|300|500|1000|2000|4000} [command [args]]" + echo "Usage: $0 {100|200|300|400|500|1000|2000|4000|5000} [command [args]]" exit 1 } case "$1" in - 100|200|300|500|1000|2000|4000) + 100|200|300|400|500|1000|2000|4000|5000) ;; *) usage