2 * Copyright (C) 2003 Timothy Bauscher <timothy@linuxfromscratch.org>
10 void help (const char *prog
)
12 fprintf(stderr
, "Usage: %s [options] index.xml\n\
17 Write commands to their own file.\n\
19 Strip '&&' in commands.\n\
21 Output pages matching regex query.\n\
23 Print titles (as comments).\n\
25 Make file output executable.\n", prog
);