Disk: fix segfault with --help disk-format

Fix #749
This commit is contained in:
李通洲
2024-03-07 09:04:22 +08:00
parent b9dbb66bd7
commit 064972aecd
+3 -1
View File
@@ -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",
});
}