diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 11:09:49 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 11:09:49 -0500 |
commit | 8c0ab05d635c66feb07ec102515f02d13f9af2d6 (patch) | |
tree | 8cf425cf2243195c0de12c83588a32566588c2f0 /finddeps.in | |
parent | c4785f9cb3e42b29d0cc39198559976cacc07995 (diff) | |
parent | 890baf68915294d27dfb11efc7a889e21e46ec2b (diff) |
Merge remote-tracking branch 'devtools/master' into complete
Conflicts:
mkarchroot.in
Diffstat (limited to 'finddeps.in')
-rw-r--r-- | finddeps.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finddeps.in b/finddeps.in index 1526fb8..7a2a3fb 100644 --- a/finddeps.in +++ b/finddeps.in @@ -8,7 +8,7 @@ m4_include(lib/common.sh) match=$1 if [[ -z $match ]]; then - echo 'usage: finddeps <depname>' + echo 'Usage: finddeps <depname>' echo '' echo 'Find packages that depend on a given depname.' echo 'Run this script from the top-level directory of your ABS tree.' |