diff options
author | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-06-04 23:47:23 -0500 |
---|---|---|
committer | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-06-04 23:47:23 -0500 |
commit | 8df96ff5b1d2165b777e98a0f16be7f0499f9565 (patch) | |
tree | 11b9e21c27f0dfa779caca820948d838e66a437f /fullpkg | |
parent | f370b80d4df29991c523ed8af5dc2cb00e611b6e (diff) |
Updated librechroot message.
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ usage() { } -while getopts 'haA:l:nm:' arg; do +while getopts 'h' arg; do case "$arg" in h) usage ;; esac |