Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7e0f6 commit 71bf7b0Copy full SHA for 71bf7b0
sys-utils/swapon.c
@@ -844,6 +844,7 @@ static void __attribute__((__noreturn__)) usage(void)
844
fputs(_(" -s, --summary display summary about used swap devices (DEPRECATED)\n"), out);
845
fputs(_(" -T, --fstab <path> alternative file to /etc/fstab\n"), out);
846
fputs(_(" --show[=<columns>] display summary in definable table\n"), out);
847
+ fputs(_(" --output-all output all available columns\n"), out);
848
fputs(_(" --noheadings don't print table heading (with --show)\n"), out);
849
fputs(_(" --raw use the raw output format (with --show)\n"), out);
850
fputs(_(" --bytes display swap size in bytes in --show output\n"), out);
0 commit comments