Skip to content

Commit f090951

Browse files
committed
Doc: remove --os-file completely
1 parent 855fd6e commit f090951

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

completions/bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ __fastfetch_completion()
360360
local FF_OPTIONS_PATH=(
361361
"-c"
362362
"--config"
363-
"--os-file"
364363
"--lib-pci"
365364
"--lib-vulkan"
366365
"--lib-wayland"

src/data/help.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -937,14 +937,6 @@
937937
"default": "-"
938938
}
939939
},
940-
{
941-
"long": "os-file",
942-
"desc": "Set the additional file path which containing OS information",
943-
"remark": "Linux only",
944-
"arg": {
945-
"type": "path"
946-
}
947-
},
948940
{
949941
"long": "disk-folders",
950942
"desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",

0 commit comments

Comments
 (0)