diff options
| author | Karel Zak <kzak@redhat.com> | 2014-08-06 14:55:42 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2014-08-06 15:04:58 +0200 |
| commit | 423c0d75ece4379d1f4600537f6397525a138021 (patch) | |
| tree | 335284008fab7e6b00954b70d1e6fbfb74a1bd3b | |
| parent | 1b19ea31a375b8eaf816b28d6bb99d4ee24faba2 (diff) | |
| download | util-linux-423c0d75ece4379d1f4600537f6397525a138021.tar.gz | |
zramctl: remove extra \n from usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
| -rw-r--r-- | sys-utils/zramctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <size> device size\n"), out); - fputs(_(" -t, --streams <number> number of compression streams\n\n"), out); + fputs(_(" -t, --streams <number> number of compression streams\n"), out); fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out); |
