Skip to content

Commit 01eb681

Browse files
feat: Improve the command options hint for Watchtower
1 parent 7c12e21 commit 01eb681

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

apps/watchtower/1.5.3/data.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ additionalProperties:
1919
- default: --interval 3600 --cleanup
2020
edit: true
2121
envKey: COMMAND1
22-
labelEn: Command parameters (separated by spaces)
23-
labelZh: 命令参数(以空格分割)
22+
labelEn: Command arguments (space-separated, single quotes not supported)
23+
labelZh: 命令参数(以空格分隔,不支持单引号)
2424
label:
25-
en: Command parameters (separated by spaces)
26-
ja: コマンドパラメータ(分割)
27-
ms: Parameter perintah (pisahkan dengan ruang)
28-
pt-br: Parâmetros de comando (separados por espaços)
29-
ru: Параметры команды (разделенные пробелами)
30-
ko: 명령 매개변수(공백으로 구분)
31-
zh: 命令参数(以空格分割)
32-
zh-Hant: 命令參數(以空格分割)
25+
en: Command arguments (space-separated, single quotes not supported)
26+
ja: コマンド引数(スペースで区切り、シングルクォートはサポートされていません)
27+
ms: Argumen perintah (dipisahkan dengan ruang, tanda petik tunggal tidak disokong)
28+
pt-br: Argumentos de comando (separados por espaço, aspas simples não suportadas)
29+
ru: Аргументы команды (разделенные пробелами, одинарные кавычки не поддерживаются)
30+
ko: 명령 인수(공백으로 구분, 작은따옴표는 지원하지 않음)
31+
zh: 命令参数(以空格分隔,不支持单引号)
32+
zh-Hant: 命令參數(以空格分隔,不支持單引號)
3333
required: true
3434
type: text

0 commit comments

Comments
 (0)