static bool ShowHelp(CommandLine &)
{
- ioprintf(c1out,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
- COMMON_ARCH,__DATE__,__TIME__);
+ ioprintf(c1out, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
// FIXME: generate from CommandLine
c1out <<
"\n"
" install - install packages\n"
" remove - remove packages\n"
+ " autoremove - Remove automatically all unused packages\n"
"\n"
" upgrade - upgrade the system by installing/upgrading packages\n"
" full-upgrade - upgrade the system by removing/installing/upgrading packages\n"
// package stuff
{"install",&DoInstall},
{"remove", &DoInstall},
+ {"autoremove", &DoInstall},
+ {"auto-remove", &DoInstall},
{"purge", &DoInstall},
// system wide stuff