root/gtags/const.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* This file is generated automatically by convert.pl from gtags/manual.in. */
   2 const char *progname = "gtags";
   3 const char *usage_const = "Usage: gtags [-ciIOqvw][-d tag-file][-f file][dbpath]\n";
   4 const char *help_const = "Options:\n\
   5 --accept-dotfiles\n\
   6        Accept dot files and dot directories. By default, gtags ignore them.\n\
   7 -c, --compact\n\
   8        Make GTAGS in compact format.\n\
   9        This option does not influence GRTAGS,\n\
  10        because they are always made in compact format.\n\
  11 --config[=name]\n\
  12        Print the value of config variable name.\n\
  13        If name is not specified then print all names and values.\n\
  14 -d, --dump tag-file\n\
  15        Dump a tag file. The output format is 'key<tab>data'.\n\
  16        This is for debugging.\n\
  17 -f, --file file\n\
  18        Browse through all source files whose names are listed in file.\n\
  19        The argument file can  be set to - to accept a list of\n\
  20        files from the standard input.\n\
  21        File names must be separated by newline.\n\
  22 --gtagsconf file\n\
  23        Set the GTAGSCONF environment variable to file.\n\
  24 --gtagslabel label\n\
  25        Set the GTAGSLABEL environment variable to label.\n\
  26 -I, --idutils\n\
  27        Also make the ID database file for idutils(1).\n\
  28 -i, --incremental\n\
  29        Update tag files incrementally. You had better use\n\
  30        global(1) with the -u option.\n\
  31 -O, --objdir\n\
  32        Use BSD-style objdir as the location of tag files.\n\
  33        If $MAKEOBJDIRPREFIX directory exists, gtags creates\n\
  34        $MAKEOBJDIRPREFIX/<current directory> directory and makes\n\
  35        tag files in it.\n\
  36        If dbpath is specified, this option is ignored.\n\
  37 --single-update file\n\
  38        Update tag files for single file.\n\
  39        It is considered that file was added or updated,\n\
  40        and there is no change in other files.\n\
  41        This option implies the -i option.\n\
  42 --statistics\n\
  43        Print statistics information.\n\
  44 -q, --quiet\n\
  45        Quiet mode.\n\
  46 -v, --verbose\n\
  47        Verbose mode.\n\
  48 -w, --warning\n\
  49        Print warning messages.\n\
  50 dbpath\n\
  51        The directory in which tag files are generated.\n\
  52        The default is the current directory.\n\
  53 See also:\n\
  54        GNU GLOBAL web site: http://www.gnu.org/software/global/\n\
  55 ";

/* [previous][next][first][last][top][bottom][index][help] */