-- init_compile_env
[silentbob2.git] / src / usage.cxx
blob29ac219908103659418a46daa27045a6ff861e2e
1 /*
2 * (c) Oleg Puchinin 2006,2007
3 * graycardinalster@gmail.com
4 *
5 */
7 #include <stdio.h>
9 void usage ()
11 printf ("usage:\tsilent_bob [<kernel_function>|<files>] [<options>]\n");
12 printf ("\ttags <tag> <tag2> ... <tagN> [<options>]\n");
13 printf ("\t options:\n"
14 "\t\t -C <dir>\t\t-\tchdir to <dir>\n"
15 "\t\t--cgrep\t\t\t-\tsearch in code\n"
16 "\t\t--call-tags\t\t-\tcreate \"call_tags\" file\n"
17 "\t\t--cfiles\t\t-\tcreate \"cfiles\" file\n"
18 "\t\t--ctags-append\t\t-\tdon't rewrite \"tags\" file\n"
19 "\t\t--depth <arg>\t\t-\tset reentrant level\n"
20 "\t\t--file <files>\t\t-\tshow file functions\n"
21 "\t\t -fn\t\t\t-\techo filenames\n"
22 "\t\t--structs\t\t-\tshow all structs in stream\n"
23 "\t\t -i\t\t\t-\tinteractive mode \"tags\"\n"
24 "\t\t--indent\t\t-\tindention\n"
25 "\t\t -j\t\t\t-\tnumber of jobs\n"
26 "\t\t--kinds\t\t\t-\t(a - all, c - classes, s - structs, f - functions)\n"
27 "\t\t--L <file>\t\t-\tread files list from file\n"
28 "\t\t--make-ctags\t\t-\tcreate \"tags\" file\n"
29 // "\t\t--plugins-info\t\t-\tshow available plugins\n"
30 // "\t\t--plugin <id>\t\t-\tshow plugin usage info\n"
31 "\t\t--plugins-viewer\t-\tplugins viewer\n"
32 "\t\t--the-tt\t\t-\tC preprocessor\n"
33 "\t\t -ts\t\t\t-\tforce ctags style\n"
34 "\t\t -u\t\t\t-\treverse call-tree\n"
35 "\t\t--verbose\t\t-\tprint more other info\n"
38 printf ("\nCONTACTS\nOleg Puchinin <graycardinalster@gmail.com>\n");