373{
  375  char tmp[60];
  376#if defined(ESINGULAR)
  377  printf("ESingular starts up Singular within emacs;\n");
  378#elif defined(TSINGULAR)
  379  printf("TSingular starts up Singular within a terminal window;\n");
  380#endif
  381  printf("Singular is a Computer Algebra System (CAS) for Polynomial Computations.\n");
  382  printf(
"Usage: %s [options] [file1 [file2 ...]]\n", 
name);
 
  383  printf("Options:\n");
  384 
  386  {
  388#ifdef SING_NDEBUG
  390#endif
  391        )
  392    {
  394      {
  397        else
  399 
  400        printf(" %c%c --%-20s %s\n",
  403               tmp,
  405      }
  406      else
  407      {
  408        printf(" %c%c --%-20s %s\n",
  413      }
  414    }
  416  }
  417 
  418  printf("\nFor more information, type `help;' from within Singular or visit\n");
  419  printf("https://www.singular.uni-kl.de or consult the\n");
  420  printf("Singular manual (available as on-line info or html manual).\n");
  421}