|
Check-in Number:
|
2432 | |
| Date: |
2002-Jul-30 18:33:51 (local)
2002-Jul-30 16:33:51 (UTC) |
| User: | ms |
| Branch: | |
| Comment: |
Begin coding inspection of options for combination usage errors. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/rc/rc_const.h 1.9 -> 1.10
--- rc_const.h 2002/07/29 15:07:01 1.9
+++ rc_const.h 2002/07/30 16:33:51 1.10
@@ -33,6 +33,8 @@
/* 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_EEP_TEXT "The exec, eval, and print options may not be combined.\n"
+#define RC_SLO_TEXT "The silent option may not be combined with output options.\n"
#define RC_SUM_TEXT "Option argument summary.\n"
/* Option descriptions used with popt, should not include termination */
|
|