All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Voelker <mail@bernhard-voelker.de>
To: Sami Kerola <kerolasa@iki.fi>, util-linux@vger.kernel.org
Subject: Re: [PATCH 8/8] zramctl: allow use of --algorithm and --streams alone
Date: Mon, 04 Aug 2014 01:24:34 +0200	[thread overview]
Message-ID: <53DEC4B2.6020806@bernhard-voelker.de> (raw)
In-Reply-To: <1407107290-5806-1-git-send-email-kerolasa@iki.fi>

On 08/04/2014 01:08 AM, Sami Kerola wrote:
> Earlier the --algorithm and --streams had to be combined with --size.  To
> user requirement to combine with --size was indirectly told using
> following message.

Sorry, I can't parse this. What do you mean?

> $ zramctl --stream 3 zram3
> zramctl: options --algorithm, --find and --streams are mutually exclusive
> 
> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
> ---
>  sys-utils/zramctl.c | 24 ++++++++++++++++--------
>  1 file changed, 16 insertions(+), 8 deletions(-)
> 
> diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
> index afbc0e8..43b7dcb 100644
> --- a/sys-utils/zramctl.c
> +++ b/sys-utils/zramctl.c
> @@ -388,7 +388,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
>  	fputs(_("     --raw                 use raw status output format\n"), out);
>  	fputs(_(" -r, --reset               reset all specified devices\n"), out);
>  	fputs(_(" -s, --size <size>         device size\n"), out);
> -	fputs(_(" -t, --streams <number>    number of compressoin streams\n\n"), out);
> +	fputs(_(" -t, --streams <number>    number of compressoin streams\n"), out);

s/compressoin/compression/

Have a nice day,
Berny

  reply	other threads:[~2014-08-03 23:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-03 23:08 [PATCH 8/8] zramctl: allow use of --algorithm and --streams alone Sami Kerola
2014-08-03 23:24 ` Bernhard Voelker [this message]
2014-08-04 11:55 ` Karel Zak
2014-08-05 22:36   ` Sami Kerola
2014-08-06  8:20     ` Karel Zak
2014-08-06 12:19     ` Sergey Senozhatsky
2014-08-06 20:48       ` Sami Kerola

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=53DEC4B2.6020806@bernhard-voelker.de \
    --to=mail@bernhard-voelker.de \
    --cc=kerolasa@iki.fi \
    --cc=util-linux@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.