Re: find: invalid argument `-inum' to `-inum'
Bernhard Voelker <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 1/4/23 20:43, Andreas Schwab wrote: > On Jan 04 2023, Bernhard Voelker wrote: > >> + 'find -inum' (without the mandatory argument) now outputs a correct error >> + diagnostic. Previously it output: "find: invalid argument `-gid' to `-gid'". > > s/gid/inum/g oops, thanks. There was another typo: >> + Likewise for -links, -gid and -ui. ____________________________________^^^ s/ui/uid/ Pushed with the following NEWS entry: 'find -gid' (without the mandatory argument) now outputs a correct error diagnostic. Previously it output: "find: invalid argument `-gid' to `-gid'". The error diagnostic for non-numeric arguments has been improved as well. Likewise for -inum, -links and -uid. Have a nice day, Berny