From f81d09bddc9b28f01d87e74c047913b4afebbcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 20 Nov 2023 18:28:12 +0800 Subject: [PATCH] Help: fix typo --- src/data/help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/help.json b/src/data/help.json index 728b36b98..1ad841836 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -916,7 +916,7 @@ { "long": "disk-use-available", "desc": "Use f_bavail (lpFreeBytesAvailableToCaller for Windows) instead of f_bfree to calculate used bytes", - "remark": "Maybe required for macOS to print currect results", + "remark": "Maybe required for macOS to print correct results", "arg": { "type": "bool", "optional": true, @@ -943,7 +943,7 @@ { "long": "packages-winget", "desc": "Set if winget package count should be detected", - "remark": "This option is extremely slow. You may need to increase value of '--processing-timeout' to make it actuall work", + "remark": "This option is extremely slow. You may need to increase value of '--processing-timeout' to make it actually work", "arg": { "type": "bool", "optional": true,