Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71bf7b0

Browse files
committed
swapon: add missing --output-all option to usage() output
Signed-off-by: Christian Goeschel Ndjomouo <[email protected]>
1 parent da7e0f6 commit 71bf7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sys-utils/swapon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ static void __attribute__((__noreturn__)) usage(void)
844844
fputs(_(" -s, --summary display summary about used swap devices (DEPRECATED)\n"), out);
845845
fputs(_(" -T, --fstab <path> alternative file to /etc/fstab\n"), out);
846846
fputs(_(" --show[=<columns>] display summary in definable table\n"), out);
847+
fputs(_(" --output-all output all available columns\n"), out);
847848
fputs(_(" --noheadings don't print table heading (with --show)\n"), out);
848849
fputs(_(" --raw use the raw output format (with --show)\n"), out);
849850
fputs(_(" --bytes display swap size in bytes in --show output\n"), out);

0 commit comments

Comments
 (0)