* src/getargs.c (usage): Rework to use conventions similar to

coreutils, to make translation a bit easier and the code a bit
smaller.  Problem reported by Tim Van Holder.
This commit is contained in:
Paul Eggert
2006-09-20 20:04:28 +00:00
parent 3b2942e671
commit a92be413b2
2 changed files with 19 additions and 19 deletions

View File

@@ -1,3 +1,9 @@
2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
* src/getargs.c (usage): Rework to use conventions similar to
coreutils, to make translation a bit easier and the code a bit
smaller. Problem reported by Tim Van Holder.
2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
Use some of gnulib's new modules, taken from coreutils.