]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
More cosmetic changes for consistency between acme and config files
authorHal Rosenstock <hal@mellanox.com>
Sat, 15 Jun 2013 13:10:16 +0000 (16:10 +0300)
committerSean Hefty <sean.hefty@intel.com>
Thu, 27 Jun 2013 20:06:43 +0000 (13:06 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
ibacm_addr.cfg
ibacm_opts.cfg
src/acme.c

index c8f7f681afca74e5a194a2d7314ddb0226b677ef..584419c7fb4b774587e5634c1b4b2814368cf492 100644 (file)
@@ -1,6 +1,6 @@
 # InfiniBand Communication Management Assistant for clusters address file
 #
-# Use ib_acme utility with -G option to automatically generate a sample
+# Use ib_acme utility with -A option to automatically generate a sample
 # ibacm_addr.cfg file for the current system.
 #
 # Entry format is:
index cc8746feb8428e14288f7e878d14e8594e679c78..e8e7e6b1d28ee3b48c177dc4ab04af30051890c7 100644 (file)
@@ -1,4 +1,4 @@
-# InfiniBand Multicast Communication Manager for clusters configuration file
+# InfiniBand Communication Management Assistant for clusters configuration file
 #
 # Use ib_acme utility with -O option to automatically generate a sample
 # ibacm_opts.cfg file for the current system.
index 81d9e3a90245b8d577d8f001403d57f5fba9e6ac..d7ad25f71feb69edc60b292ca9ef2f78229391d1 100644 (file)
@@ -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 Management 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");