Project

General

Profile

« Previous | Next » 

Revision 3405

Always output Usage messages to stderr and word-wrap them using `fold -s`

View differences:

reverse_join
4 4
selfDir="$(dirname -- "$0")"
5 5

  
6 6
if ! test "$#" -eq 1; then
7
    echo "Usage: $0 <map_1 map_0 >joined_map"
7
    echo "Usage: $0 <map_1 map_0 >joined_map"|fold -s >&2
8 8
    exit 2
9 9
fi
10 10

  

Also available in: Unified diff