diff options
Diffstat (limited to 'checkapk.in')
-rw-r--r-- | checkapk.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/checkapk.in b/checkapk.in index e00e675..b5cfb48 100644 --- a/checkapk.in +++ b/checkapk.in @@ -17,13 +17,13 @@ fi usage() { - cat >&2 <<__EOF__ -$program $program_version - find ABI breakages in package upgrades -Usage: $program + cat >&2 <<-__EOF__ + $program $program_version - find ABI breakages in package upgrades + Usage: $program -Run in the directory of a built package. + Run in the directory of a built package. -__EOF__ + __EOF__ } if [ $# -gt 0 ]; then |