From ef4e488b2f4949b2343bd45aff8af05b664f32fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=CC=8Cilvinas=20Valinskas?= Date: Tue, 3 Jun 2014 11:42:13 +0300 Subject: Fix spelling. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Žilvinas Valinskas Signed-off-by: Thomas Graf --- src/bmon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bmon.c b/src/bmon.c index 93f1c9b..ccb9167 100644 --- a/src/bmon.c +++ b/src/bmon.c @@ -44,7 +44,7 @@ static char *usage_text = "Options:\n" \ "Startup:\n" \ " -i, --input=MODPARM Input module(s)\n" \ -" -o, --output=MODPARM Ouptut module(s)\n" \ +" -o, --output=MODPARM Output module(s)\n" \ " -f, --configfile=PATH Alternative path to configuration file\n" \ " -h, --help Show this help text\n" \ " -V, --version Show version\n" \ @@ -53,13 +53,13 @@ static char *usage_text = " -p, --policy=POLICY Element display policy (see below)\n" \ " -a, --show-all Show all elements (even disabled elements)\n" \ " -r, --read-interval=FLOAT Read interval in seconds (float)\n" \ -" -R, --rate-internval=FLOAT Rate interval in seconds (float)\n" \ +" -R, --rate-interval=FLOAT Rate interval in seconds (float)\n" \ " -s, --sleep-interval=FLOAT Sleep time in seconds (float)\n" \ " -L, --lifetime=LIFETIME Lifetime of an element in seconds (float)\n" \ "\n" \ "Output:\n" \ " -U, --use-si Use SI units\n" \ -" -b, --use-bit Display in bits instead of btyes\n" \ +" -b, --use-bit Display in bits instead of bytes\n" \ "\n" \ "Module configuration:\n" \ " modparm := MODULE:optlist,MODULE:optlist,...\n" \ -- cgit v1.2.3