X-Git-Url: http://git.annexia.org/?p=portablexdr.git;a=blobdiff_plain;f=rpcgen_main.c;fp=rpcgen_main.c;h=b7970fbb82070c31b8b57c8b9401a0b0adbbd18a;hp=a2e97b75ade51100486d748312e30cea17d680d6;hb=454515776b24e20fd92c9259086088e05aa1b357;hpb=1b9cc11ece64ac12f63e6c96e32b404b32fb0f32 diff --git a/rpcgen_main.c b/rpcgen_main.c index a2e97b7..b7970fb 100644 --- a/rpcgen_main.c +++ b/rpcgen_main.c @@ -60,15 +60,21 @@ main (int argc, char *argv[]) /*-- Options supported by any rpcgen that we don't support. --*/ case 'D': case 'T': case 'K': case 'l': case 'm': case 't': case 's': - error ("option '%c' is not supported by this PortableXDR rpcgen.\nYou may need to use an alternative rpcgen program instead.", opt); + error ("option '%c' is not supported by this PortableXDR rpcgen.\n" + "You may need to use an alternative rpcgen program instead.", + opt); /*-- Options supported only by GNU rpcgen that we don't support. --*/ case 'I': case 'n': - error ("option '%c' is not supported by this PortableXDR rpcgen.\nIf you were expecting to use GNU rpcgen, try /usr/bin/rpcgen on a GNU host.", opt); + error ("option '%c' is not supported by this PortableXDR rpcgen.\n" + "If you were expecting to use GNU rpcgen, try /usr/bin/rpcgen on a GNU host.", + opt); /*-- Options supported only by BSD rpcgen that we don't support. --*/ case 'A': case 'M': case 'L': case 'S': - error ("option '%c' is not supported by this PortableXDR rpcgen.\nIf you were expecting to use BSD rpcgen, try /usr/bin/rpcgen on a BSD host.", opt); + error ("option '%c' is not supported by this PortableXDR rpcgen.\n" + "If you were expecting to use BSD rpcgen, try /usr/bin/rpcgen on a BSD host.", + opt); /*-- Options that we do support. --*/ case 'c':