}
#undef FUNC_NAME
+#define HELP_WARNING \
+ "*** WARNING: %s is not intended for customer use. " \
+ "Use lipe_find3 instead.\n"
+
#define USAGE() \
- TRY_HELP("Usage: %s [OPTION]... [--print-*|--script=SCRIPT] DEVICE...\n", \
- program_invocation_short_name)
+ TRY_HELP(HELP_WARNING \
+ "\n" \
+ "Usage: %s [OPTION]... [--print-*|--script=SCRIPT] DEVICE...\n", \
+ program_invocation_short_name, program_invocation_short_name)
static void help(void)
{
printf(
+HELP_WARNING
+"\n"
"Usage: %s [OPTION]... [--print-*|--script=SCRIPT] DEVICE...\n"
"Scan DEVICE... ... and something, something ... scheme ... to stdout.\n"
"Exactly one of the following options must be used:\n"
" -v, --version output version information and exit\n"
/* TODO --delim=DELIM */
,
-program_invocation_short_name);
+program_invocation_short_name, program_invocation_short_name);
}
enum {