]> git.phdru.name Git - dotfiles.git/blobdiff - bin/cgmem_nice
Feat(cgmem_nice): More memory containers were added
[dotfiles.git] / bin / cgmem_nice
index a509f6ba494b590d8a635ad8ccaf2fd71e6440e7..212ec3ca4ec953773f4e1385bd50b9525276a0d9 100755 (executable)
@@ -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