From f648fca988e12baa9fb52df56fce6d8f52237c1b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Apr 2014 00:34:54 -0400 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03238d1..298bd1b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit