]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/nice.c (main): Report proper program name when getopt finds trouble.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Apr 2005 05:41:16 +0000 (05:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Apr 2005 05:41:16 +0000 (05:41 +0000)
ChangeLog

index 087b957c5f2426a89ffb65920e61b1085e626b20..5537d3c5f2d853cb49c87f05508685c46a03d623 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * Version 5.3.1.
 
+       * src/nice.c (main): Report proper program name when getopt finds
+       trouble.  Problem reported by Behdad Esfahbod.
+
        * NEWS: Fix bug with "mkdir -m =+x dir"; the umask was being ignored
        when the "+x" was being evaluated.
        * mkdir.c (main): Compile mode with MODE_MASK_ALL and initial umask.