diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-10-21 09:58:03 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-10-21 10:02:31 +0200 |
commit | d1f23d46da01f796a9f71ede5822f6d7da55687d (patch) | |
tree | d700b4006a8855d0d0b420ad3fa36d3a7ee98bef /sunrpc | |
parent | 4db5b08f91800061af64a296cb4eeaaf8adb0aac (diff) | |
download | glibc-d1f23d46da01f796a9f71ede5822f6d7da55687d.tar.gz |
Document rpcgen -5. Fixes bug 15825
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 0223c9a9fc..0a51e2cfa2 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -1442,6 +1442,9 @@ options_usage (FILE *stream, int status) f_print (stream, _("-t\t\tgenerate RPC dispatch table\n")); f_print (stream, _("-T\t\tgenerate code to support RPC dispatch tables\n")); f_print (stream, _("-Y path\t\tdirectory name to find C preprocessor (cpp)\n")); + f_print (stream, _("-5\t\tSysVr4 compatibility mode\n")); + f_print (stream, _("--help\t\tgive this help list\n")); + f_print (stream, _("--version\tprint program version\n")); f_print (stream, _("\n\ For bug reporting instructions, please see:\n\ |