Factor out some common strings to make translation easier.
authorJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 19:58:23 +0000 (19:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 19:58:23 +0000 (19:58 +0000)
commit909dc8c01d31c23ffe4e89f4ec68850b5d401662
tree88e241a2b384bcd7a33a8f429283540e3d0d2f91
parent6f468fedb43dff9e6966ec73d3bb61a28d227484
Factor out some common strings to make translation easier.

Split usage strings so that --help and --version descriptions are alone
in their own string.
Likewise for the one that says:
  Mandatory arguments to long options are mandatory for short options too.
26 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/paste.c
src/pr.c
src/ptx.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/tsort.c
src/unexpand.c
src/uniq.c
src/wc.c