summaryrefslogtreecommitdiff
path: root/lib/progname.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/progname.h')
-rw-r--r--lib/progname.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/progname.h b/lib/progname.h
index 8b0eeda86f..89f0127c78 100644
--- a/lib/progname.h
+++ b/lib/progname.h
@@ -21,12 +21,8 @@
#include <stdbool.h>
-/* This file supports selectively prefixing or nor prefixing error messages
- with the program name.
-
- Programs using this file should do the following in main():
+/* Programs using this file should do the following in main():
set_program_name (argv[0]);
- error_print_progname = maybe_print_progname;
*/
/* String containing name the program is called with. */