diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-09-06 10:34:00 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-09-06 10:46:35 +0100 |
commit | a514bc402cc5632e8986d55caeb49b664b6fe9e6 (patch) | |
tree | 52d10c12101ead10508b3793c9498db4b2d0d376 /NEWS | |
parent | 97b786a33d54ea6621e2cb9c48d56b7190a1eaf7 (diff) | |
download | coreutils-a514bc402cc5632e8986d55caeb49b664b6fe9e6.tar.xz |
nproc: disallow non option command line parameters
* src/nproc.c (main): Error if any non option parameters.
* NEWS: Mention the change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ GNU coreutils NEWS -*- outline -*- "Too many levels of symbolic links" diagnostic. [bug introduced in coreutils-8.6] +** Changes in behavior + + nproc now diagnoses with an error, non option command line parameters. + ** Improvements stat and tail work better with ZFS and VZFS. stat -f --format=%T now |