]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_argparse: fix silly usage message
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 1 Apr 2011 17:59:22 +0000 (10:59 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 1 Apr 2011 18:00:06 +0000 (11:00 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/common/ceph_argparse.cc

index e4e6989cc6c877c615f99a331ccf77a5877f7544..0cc7288f87605cfb57b60aa44df2517d97f4a102 100644 (file)
@@ -362,7 +362,7 @@ CephInitParameters ceph_argparse_early_args
     }
     else if (ceph_argparse_witharg(args, i, &val, "--name", "-n", (char*)NULL)) {
       if (!iparams.name.from_str(val)) {
-       std::cerr << "You must pass a string of the form ID.TYPE to "
+       std::cerr << "You must pass a string of the form TYPE.ID to "
          "the --name option." << std::endl;
        _exit(1);
       }