/[anubis]/anubis/src/help.c
ViewVC logotype

Diff of /anubis/src/help.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by polak, Wed Feb 19 17:38:24 2003 UTC revision 1.5 by polak, Sun May 11 11:29:02 2003 UTC
# Line 56  static char *config_opts[] = { Line 56  static char *config_opts[] = {
56          NULL          NULL
57  };  };
58    
59  void  static void
60  show_config_options(int delim)  show_config_options(int delim)
61  {  {
62          int i;          int i;
# Line 66  show_config_options(int delim) Line 66  show_config_options(int delim)
66  }  }
67    
68  void  void
69  print_config_options()  print_config_options(void)
70  {  {
71          show_config_options('\n');          show_config_options('\n');
72          exit(0);          exit(0);
# Line 113  print_usage(void) Line 113  print_usage(void)
113          puts(_(" -i, --stdio                  Use the SMTP protocol (OMP/Tunnel) as described\n"          puts(_(" -i, --stdio                  Use the SMTP protocol (OMP/Tunnel) as described\n"
114                 "                              in RFC 821 on standard input and output."));                 "                              in RFC 821 on standard input and output."));
115          puts(_("Output options:\n"));          puts(_("Output options:\n"));
116          puts(_(" -s, --silent     Work silently."));          puts(_(" -s, --silent                 Work silently."));
117          puts(_(" -v, --verbose    Work noisily."));          puts(_(" -v, --verbose                Work noisily."));
118          puts(_(" -D, --debug      Debug mode."));          puts(_(" -D, --debug                  Debug mode."));
119          puts(_("\nMiscellaneous options:\n"));          puts(_("\nMiscellaneous options:\n"));
120          puts(_(" --altrc FILE     Specify alternate system configuration file."));          puts(_(" -c, --check-config           Run the configuration file syntax checker."));
121          puts(_(" --norc           Ignore system configuration file."));          puts(_(" --show-config-options        Print a list of configuration options used\n"
122          puts(_(" --version        Print version number and copyright."));                 "                              to build GNU Anubis."));
123          puts(_(" --help           It's obvious..."));          puts(_(" --relax-perm-check           Do not check a user config file permissions."));
124            puts(_(" --altrc FILE                 Specify alternate system configuration file."));
125            puts(_(" --norc                       Ignore system configuration file."));
126            puts(_(" --version                    Print version number and copyright."));
127            puts(_(" --help                       It's obvious..."));
128          printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);          printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
129          exit(0);          exit(0);
130  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26