From f090951abcb667f291f9419966cfba65feb17eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 6 May 2024 22:48:46 +0800 Subject: [PATCH] Doc: remove `--os-file` completely --- completions/bash | 1 - src/data/help.json | 8 -------- 2 files changed, 9 deletions(-) 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",