From: Karel Zak Date: Wed, 6 Aug 2014 12:55:42 +0000 (+0200) Subject: zramctl: remove extra \n from usage() X-Git-Tag: v2.26-rc1~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423c0d75ece4379d1f4600537f6397525a138021;p=thirdparty%2Futil-linux.git zramctl: remove extra \n from usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index e748589b5d..241e6fb0fd 100644 --- a/sys-utils/zramctl.c +++ b/sys-utils/zramctl.c @@ -378,7 +378,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 device size\n"), out); - fputs(_(" -t, --streams number of compression streams\n\n"), out); + fputs(_(" -t, --streams number of compression streams\n"), out); fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out);