try_help          111 src/cmp.c      static void try_help (char const *, char const *) __attribute__((noreturn));
try_help          137 src/cmp.c          try_help ("invalid --ignore-initial value `%s'", arg);
try_help          147 src/cmp.c          try_help ("options -l and -s are incompatible", 0);
try_help          240 src/cmp.c      	    try_help ("invalid --bytes value `%s'", optarg);
try_help          262 src/cmp.c      	try_help (0, 0);
try_help          266 src/cmp.c          try_help ("missing operand after `%s'", argv[argc - 1]);
try_help          278 src/cmp.c          try_help ("extra operand `%s'", argv[optind]);
try_help           72 src/diff.c     static void try_help (char const *, char const *) __attribute__((noreturn));
try_help          340 src/diff.c     		  try_help ("invalid context length `%s'", optarg);
try_help          423 src/diff.c     	    try_help ("pagination not supported on this host", NULL);
try_help          515 src/diff.c     	    try_help ("invalid width `%s'", optarg);
try_help          544 src/diff.c     	    try_help ("invalid horizon length `%s'", optarg);
try_help          595 src/diff.c     	    try_help ("invalid tabsize `%s'", optarg);
try_help          626 src/diff.c     	  try_help (NULL, NULL);
try_help          754 src/diff.c     		try_help ("missing operand after `%s'", argv[argc - 1]);
try_help          756 src/diff.c     		try_help ("extra operand `%s'", argv[optind + 2]);
try_help          985 src/diff.c           try_help (NULL, NULL);
try_help          997 src/diff.c     	try_help ("conflicting output style options", NULL);
try_help          184 src/diff3.c    static void try_help (char const *, char const *) __attribute__((noreturn));
try_help          300 src/diff3.c    	  try_help ("too many file label options", 0);
try_help          302 src/diff3.c    	  try_help (0, 0);
try_help          313 src/diff3.c        try_help ("incompatible options", 0);
try_help          318 src/diff3.c    	try_help ("missing operand after `%s'", argv[argc - 1]);
try_help          320 src/diff3.c    	try_help ("extra operand `%s'", argv[optind + 3]);
try_help          149 src/sdiff.c    static void try_help (char const *, char const *) __attribute__((noreturn));
try_help          555 src/sdiff.c    	  try_help (0, 0);
try_help          562 src/sdiff.c    	try_help ("missing operand after `%s'", argv[argc - 1]);
try_help          564 src/sdiff.c    	try_help ("extra operand `%s'", argv[optind + 2]);