From db486339e17bdc816dd77f40d7c2fb95378dcf11 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 27 Jun 2013 18:17:17 -0700 Subject: [PATCH] Refresh of senddep --- src/acme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acme.c b/src/acme.c index 162b7c2..1abb644 100644 --- a/src/acme.c +++ b/src/acme.c @@ -97,7 +97,7 @@ static void show_usage(char *program) static void gen_opts_temp(FILE *f) { - fprintf(f, "# InfiniBand Multicast Communication Manager for clusters configuration file\n"); + fprintf(f, "# InfiniBand Communication Manager Assistant for clusters configuration file\n"); fprintf(f, "#\n"); fprintf(f, "# Use ib_acme utility with -O option to automatically generate a sample\n"); fprintf(f, "# ibacm_opts.cfg file for the current system.\n"); @@ -275,7 +275,7 @@ static void gen_addr_temp(FILE *f) { fprintf(f, "# InfiniBand Communication Management Assistant for clusters address file\n"); fprintf(f, "#\n"); - fprintf(f, "# Use ib_acme utility with -G option to automatically generate a sample\n"); + fprintf(f, "# Use ib_acme utility with -A option to automatically generate a sample\n"); fprintf(f, "# ibacm_addr.cfg file for the current system.\n"); fprintf(f, "#\n"); fprintf(f, "# Entry format is:\n"); -- 2.46.0