Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705484
Collapse All | Expand All

(-)a/utils/getconf.c (-2 / +2 lines)
Lines 1062-1070 usage (void) Link Here
1062
{
1062
{
1063
  fprintf (stderr,
1063
  fprintf (stderr,
1064
	   _("Usage: %s [-v specification] variable_name [pathname]\n"),
1064
	   _("Usage: %s [-v specification] variable_name [pathname]\n"),
1065
	   __progname);
1065
	   ptsname);
1066
  fprintf (stderr,
1066
  fprintf (stderr,
1067
	   _("       %s -a [pathname]\n"), __progname);
1067
	   _("       %s -a [pathname]\n"), ptsname);
1068
  exit (2);
1068
  exit (2);
1069
}
1069
}
1070
1070

Return to bug 705484