root/gozilla/const.h

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

INCLUDED FROM


   1 /* This file is generated automatically by convert.pl from gozilla/manual.in. */
   2 const char *progname = "gozilla";
   3 const char *usage_const = "Usage: gozilla [-b browser][-p][+no] file\n\
   4        gozilla [-b browser][-p] -d name\n";
   5 const char *help_const = "Options:\n\
   6 +no\n\
   7        Line number.\n\
   8 -b browser\n\
   9        Browser to use. By default, it is assumed mozilla.\n\
  10 -d name\n\
  11        Print object definitions.\n\
  12 --help\n\
  13        Show help.\n\
  14 -p\n\
  15        Print just a generated URL instead of displaying it.\n\
  16 file\n\
  17        File name or alias name.\n\
  18 -q, --quiet\n\
  19        Quiet mode.\n\
  20 -v, --verbose\n\
  21        Verbose mode.\n\
  22 --version\n\
  23        Show version number.\n\
  24 See also:\n\
  25        GNU GLOBAL web site: http://www.gnu.org/software/global/\n\
  26 ";

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