aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-09-27 09:06:20 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-09-27 09:06:50 -0400
commitc164106881fc68f38907f04303890d223b70574c (patch)
tree1ea88aa80a27e1af565a019f2906a068732f6603 /etc
parent3eb500b11a3faf768cf96fd6034141eff6ffa83c (diff)
Add example usage
Diffstat (limited to 'etc')
-rwxr-xr-xetc/governor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/governor.sh b/etc/governor.sh
index caabb9da8..4e11cf2fd 100755
--- a/etc/governor.sh
+++ b/etc/governor.sh
@@ -3,6 +3,7 @@ set -eu
usage() {
generators="$1"
+ # example: USAGE: ./governor.sh <performance|powersave>
echo "USAGE: $0 <$(echo "$generators" | tr ' ' '|')>"
exit 111
}