Re: find: invalid argument `-inum' to `-inum'

2023-01-04 Thread Andreas Schwab
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 -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5

Re: find: invalid argument `-inum' to `-inum'

2023-01-04 Thread Bernhard Voelker
On 1/3/23 19:53, Andreas Schwab wrote: When the argument to -inum is missing, a non-sensical error message is given: $ find -inum find: invalid argument `-inum' to `-inum' That also happens with -links, -gid or -uid, but not for other predicates. Good catch, fixed with the attached. Have a n