From 9158ad593ecf255099d27f4e7e3725a87093b607 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 9 May 2025 20:47:19 +0300 Subject: [PATCH] dysk: add option placeholders and update more information link (#16421) --- pages/linux/dysk.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/dysk.md b/pages/linux/dysk.md index e101b8f12f..f0ab3cebd7 100644 --- a/pages/linux/dysk.md +++ b/pages/linux/dysk.md @@ -1,7 +1,7 @@ # dysk > Display filesystem information in a table. -> More information: . +> More information: . - Get a standard overview of your usual disks: @@ -9,16 +9,16 @@ - Sort by free size: -`dysk --sort free` +`dysk {{[-s|--sort]}} free` - Include only HDD disks: -`dysk --filter 'disk = HDD'` +`dysk {{[-f|--filter]}} 'disk = HDD'` - Exclude SSD disks: -`dysk --filter 'disk <> SSD'` +`dysk {{[-f|--filter]}} 'disk <> SSD'` - Display disks with high utilization or low free space: -`dysk --filter 'use > 65% | free < 50G'` +`dysk {{[-f|--filter]}} 'use > 65% | free < 50G'`