diff options
author | josch <j.schauer@email.de> | 2015-01-04 12:11:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-04 12:27:07 +0100 |
commit | 5fef6fa34ce01b8953a22ebde038183fb715e781 (patch) | |
tree | 58a10d0014356178b626c07260a4b5514a8b40ab /bin | |
parent | c87d5c4c946d80a13b6400370ab338b8623835e5 (diff) | |
download | jenkins.debian.net-5fef6fa34ce01b8953a22ebde038183fb715e781.tar.xz |
bin/find_dpkg_trigger_cycles.sh: trigger -> trigger cycle
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 60272493..526d8964 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -241,7 +241,7 @@ cat interested-explicit | while read pkg ttype iname; do done echo "+----------------------------------------------------------+" -echo "| file based triggers |" +echo "| file based trigger cycles |" echo "+----------------------------------------------------------+" echo "" echo "# Associates binary packages with other binary packages they can form a file" @@ -255,7 +255,7 @@ cat result-file echo "" echo "" echo "+----------------------------------------------------------+" -echo "| explicit triggers |" +echo "| explicit trigger cycles |" echo "+----------------------------------------------------------+" echo "" echo "# Associates binary packages with other binary packages they can form an explicit" |