summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-06-04 23:47:23 -0500
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-06-04 23:47:23 -0500
commit8df96ff5b1d2165b777e98a0f16be7f0499f9565 (patch)
tree11b9e21c27f0dfa779caca820948d838e66a437f /fullpkg
parentf370b80d4df29991c523ed8af5dc2cb00e611b6e (diff)
Updated librechroot message.
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullpkg b/fullpkg
index 9a03b82..6d6153a 100755
--- a/fullpkg
+++ b/fullpkg
@@ -20,7 +20,7 @@ usage() {
}
-while getopts 'haA:l:nm:' arg; do
+while getopts 'h' arg; do
case "$arg" in
h) usage ;;
esac