cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c write.c
Tim Kientzle
kientzle at FreeBSD.org
Sat Jun 26 15:50:30 PDT 2004
kientzle 2004-06-26 22:49:51 UTC
FreeBSD src repository
Modified files:
usr.bin/tar bsdtar.1 bsdtar.c write.c
Log:
Rename C=dir to -C dir, which is what people expect.
This requires some non-trivial surgery to the options parsing.
While here, let people who only have getopt() access long options
through the -W longopt=value convention.
Revision Changes Path
1.11 +7 -32 src/usr.bin/tar/bsdtar.1
1.32 +103 -34 src/usr.bin/tar/bsdtar.c
1.23 +17 -11 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list