swapon: reword some usage strings

Also remove some inconsistent periods and properly punctuate
the closing sentence.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2014-11-03 22:17:17 +01:00 committed by Karel Zak
parent 24930e7088
commit f4cae17663
1 changed files with 3 additions and 3 deletions

View File

@ -756,9 +756,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
" <file> name of file to be used\n"), out);
fputs(_("\nAvailable discard policy types (for --discard):\n"
" once : only single-time area discards are issued.\n"
" pages : discard freed pages before they are reused.\n"
" * if no policy is selected both discard types are enabled. (default)\n"), out);
" once : only single-time area discards are issued\n"
" pages : freed pages are discarded before they are reused\n"
" If no policy is selected, both discard types are enabled (default).\n"), out);
fputs(_("\nAvailable columns (for --show):\n"), out);
for (i = 0; i < ARRAY_SIZE(infos); i++)