ossp-pkg/rc/rc_const.h 1.4 -> 1.5
--- rc_const.h 2002/04/11 16:52:45 1.4
+++ rc_const.h 2002/04/24 16:47:07 1.5
@@ -30,7 +30,12 @@
#ifndef __OSSPRC_CONST_H__
#define __OSSPRC_CONST_H__
-/* Option descriptions used with popt */
+/* Generic text, should include newline termination */
+#define RC_NON_TEXT "No options exist.\n"
+#define RC_LST_TEXT "Please enter just one rcfile and at least one section.\n"
+#define RC_SUM_TEXT "Option argument summary.\n"
+
+/* Option descriptions used with popt, should not include termination */
#define RC_USE_DESC "Print a short usage summary, then exit."
#define RC_DBG_DESC "Don't remove temporary files, and write debug messages to stderr."
#define RC_VER_DESC "Print the version and copyright, then exit."
|
|