Skip to content

Commit

Permalink
Help: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Nov 20, 2023
1 parent 03916b6 commit f81d09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit f81d09b

Please sign in to comment.