diff options
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" |