]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Distinguish between options and operands.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:46:09 +0000 (01:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:46:09 +0000 (01:46 +0000)
commit701fdccca9fdbaa26fce38fe7b0a51e17222df6e
treec1ebbabb142ea42a08d12004da9891718ca148e5
parent379580a006a405c9749ba5783efe78f6f92fd2ce
(usage): Distinguish between options and operands.
(scanargs): Don't mess with argc, argv; getopt_long handles this now.
Say "operands" for operands, not "options".
(main): Use getopt_long, so that "dd --" works as POSIX requires.
src/dd.c