From 064972aecded14004214b77ecf7929cb5bc8065e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 7 Mar 2024 09:04:22 +0800 Subject: [PATCH] Disk: fix segfault with `--help disk-format` Fix #749 --- src/modules/disk/disk.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/disk/disk.c b/src/modules/disk/disk.c index ea209dcea..f749c5c80 100644 --- a/src/modules/disk/disk.c +++ b/src/modules/disk/disk.c @@ -462,7 +462,9 @@ void ffPrintDiskHelpFormat(void) "Files percentage", "True if external volume", "True if hidden volume", - "Filesystem" + "Filesystem", + "Label / name", + "True if read-only", }); }