Package: xml2
Version: 0.4-2
Followup-For: Bug #506788
here's a patch for the command line usage of 2csv (hopefully nano doesn't wrap
it)
=========
--- xml2-0.4/2csv.c.ORIG 2002-02-07 12:04:36.000000000 +1300
+++ xml2-0.4/2csv.c 2011-01-20 16:03:33.060602567 +1300
@@ -4,7 +4,7 @@
#include <string.h>
void usage(void) {
- fputs("usage: 2csv record field [field ...] < in > csv\n",stderr);
+ fputs("usage: 2csv [-q quote] [-d comma] base_string field [field ...]
< in.flat > out.csv\n",stderr);
exit(2);
}
=========
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]