Revision 3405
Added by Aaron Marcuse-Kubitza over 12 years ago
row | ||
---|---|---|
4 | 4 |
|
5 | 5 |
if ! test "$#" -eq 1; then |
6 | 6 |
echo "Usage: env [n=...] $0 row_num <sheet >row_out |
7 |
Note: Row #s start with 1 after the header (which is row 0)" |
|
7 |
Note: Row #s start with 1 after the header (which is row 0)"|fold -s >&2
|
|
8 | 8 |
exit 2 |
9 | 9 |
fi |
10 | 10 |
|
Also available in: Unified diff
Always output Usage messages to stderr and word-wrap them using `fold -s`