All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Lang <samlang@gmail.com>
To: ceph-devel@vger.kernel.org
Cc: Sam Lang <samlang@gmail.com>
Subject: [PATCH 2/2] Fix typo in usage output for --num-osds
Date: Wed,  8 Jun 2011 12:59:12 -0500	[thread overview]
Message-ID: <1307555952-10340-2-git-send-email-samlang@gmail.com> (raw)
In-Reply-To: <1307555952-10340-1-git-send-email-samlang@gmail.com>

This patch fixes the typo in the usage description to match the actual argument string.

Signed-off-by: Sam Lang <samlang@gmail.com>
---
 src/crushtool.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/crushtool.cc b/src/crushtool.cc
index 64b2b4f..4ea7e79 100644
--- a/src/crushtool.cc
+++ b/src/crushtool.cc
@@ -750,7 +750,7 @@ void usage()
   cout << "   --compile|-c map.txt  compile a map from source\n";
   cout << "   [-o outfile [--clobber]]\n";
   cout << "                         specify output for for (de)compilation\n";
-  cout << "   --build --num_osd N layer1 ...\n";
+  cout << "   --build --num_osds N layer1 ...\n";
   cout << "                         build a new map, where each 'layer' is\n";
   cout << "                           'name (uniform|straw|list|tree) size'\n";
   cout << "   --test mapfn          test a range of inputs on the map\n";
-- 
1.7.1


      reply	other threads:[~2011-06-08 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 17:59 [PATCH 1/2] Fix segfault caused by invalid argument string Sam Lang
2011-06-08 17:59 ` Sam Lang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1307555952-10340-2-git-send-email-samlang@gmail.com \
    --to=samlang@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.