380{
382 char tmp[60];
383#if defined(ESINGULAR)
384 printf("ESingular starts up Singular within emacs;\n");
385#elif defined(TSINGULAR)
386 printf("TSingular starts up Singular within a terminal window;\n");
387#endif
388 printf("Singular is a Computer Algebra System (CAS) for Polynomial Computations.\n");
389 printf(
"Usage: %s [options] [file1 [file2 ...]]\n",
name);
390 printf("Options:\n");
391
393 {
397#endif
398 )
399 {
401 {
404 else
406
407 printf(" %c%c --%-20s %s\n",
410 tmp,
412 }
413 else
414 {
415 printf(" %c%c --%-20s %s\n",
420 }
421 }
423 }
424
425 printf("\nFor more information, type `help;' from within Singular or visit\n");
426 printf("https://www.singular.uni-kl.de or consult the\n");
427 printf("Singular manual (available as on-line info or html manual).\n");
428}