diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-04-14 00:34:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-04-14 00:34:54 -0400 |
commit | f648fca988e12baa9fb52df56fce6d8f52237c1b (patch) | |
tree | eefcd8e14a52312a22e44b8559d4a9695349f6e8 /README.md | |
parent | 7a56debe17afa16be7837dd1a5cebafd5d4bde5d (diff) | |
download | aprio-f648fca988e12baa9fb52df56fce6d8f52237c1b.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ processes. In a shared high-computing environment, users may feel it is necessar programs, which often times leads to kernel load averages far exceeding an individual server's capabilities. # Usage Output - +``` usage: aprio.py [-h] [--daemon] [--logfile LOGFILE] [--user USER] [--cpu-threshold CPU_THRESHOLD] [--cputime-threshold CPUTIME_THRESHOLD] @@ -31,7 +31,7 @@ optional arguments: --test, -T Do not modify processes; report only. --verbose, -v Verbose output --quiet, -q Suppress output - +``` ## Example |