summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-23 05:41:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-23 05:41:16 +0000
commit39ecad7d9adfd1f99618f248422d85733a7b6071 (patch)
treef59ba1f9dcb830aef95a78876039cd46f0283584 /ChangeLog
parentd3eadc9cbfc4387f9def0879551e86b5a21feb27 (diff)
downloadcoreutils-39ecad7d9adfd1f99618f248422d85733a7b6071.tar.xz
* src/nice.c (main): Report proper program name when getopt finds trouble.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 087b957c5..5537d3c5f 100644
--- 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.