}
if (argc - optind == 1)
+ {
opt_pattern = argv[optind];
+ if ((!opt_full) && (strlen(opt_pattern) > 16))
+ xwarnx(_("pattern that contains program name longer than 15 characters will result in zero matches\n"
+ "Try `%s -f' option for thorough search."),
+ program_invocation_short_name);
+ }
+
else if (argc - optind > 1)
xerrx(EXIT_USAGE, _("only one pattern can be provided\n"
"Try `%s --help' for more information."),