mknod --help fix

2008-07-18 Thread Andreas Schwab
Like mkfifo, mknod has its --help output mangled. Andreas. --- mknod: correct misplaced -Z description in --help output * src/mknod.c (usage): Put it after the Mandatory arguments... line. --- diff --git a/src/mknod.c b/src/mknod.c index d93e2cb..f4028e9 100644 --- a/src/mknod.c +++

Re: mknod --help fix

2008-07-18 Thread Jim Meyering
Andreas Schwab [EMAIL PROTECTED] wrote: Like mkfifo, mknod has its --help output mangled. --- mknod: correct misplaced -Z description in --help output * src/mknod.c (usage): Put it after the Mandatory arguments... line. Thanks! Applied and pushed.