diff --git a/completions/bash b/completions/bash index 71f21649d..783ddefe0 100644 --- a/completions/bash +++ b/completions/bash @@ -360,7 +360,6 @@ __fastfetch_completion() local FF_OPTIONS_PATH=( "-c" "--config" - "--os-file" "--lib-pci" "--lib-vulkan" "--lib-wayland" diff --git a/src/data/help.json b/src/data/help.json index 356d3f2a3..2e2538e4f 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -937,14 +937,6 @@ "default": "-" } }, - { - "long": "os-file", - "desc": "Set the additional file path which containing OS information", - "remark": "Linux only", - "arg": { - "type": "path" - } - }, { "long": "disk-folders", "desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",