From cd365b3c32be8d35d8f1da596a925e2bcc43bef4 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Tue, 28 Feb 2012 15:22:37 +0000 Subject: [PATCH] correcting parameters --- emi.canl.canl-c/examples/grid-proxy-init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emi.canl.canl-c/examples/grid-proxy-init.c b/emi.canl.canl-c/examples/grid-proxy-init.c index 7eeec11..32133d3 100644 --- a/emi.canl.canl-c/examples/grid-proxy-init.c +++ b/emi.canl.canl-c/examples/grid-proxy-init.c @@ -23,7 +23,7 @@ int main(int argc, char *argv[]) while ((opt = getopt(argc, argv, "hc:k:l:b:o:")) != -1) { switch (opt) { case 'h': - fprintf(stderr, "Usage: %s [-p port] [-c certificate]" + fprintf(stderr, "Usage: %s [-c certificate]" " [-k private key] [-h] [-l lifetime] [-b bits]" " [-o output]" "\n", argv[0]); @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) output = optarg; break; default: /* '?' */ - fprintf(stderr, "Usage: %s [-p port] [-c certificate]" + fprintf(stderr, "Usage: %s [-c certificate]" " [-k private key] [-h] [-l lifetime] [-b bits]" " [-o output]" "\n", argv[0]); -- 1.8.2.3