Help: small fixes

This commit is contained in:
李通洲
2023-11-22 15:36:48 +08:00
parent cdcc976cd3
commit c10d7a8233
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -191,11 +191,12 @@
}
},
{
"long": "logo-color-<1-9>",
"long": "logo-color-[1-9]",
"desc": "Overwrite a color in the logo",
"arg": {
"type": "color"
}
},
"pseudo": true
},
{
"long": "logo-padding",
@@ -417,10 +418,10 @@
{
"long": "pipe",
"desc": "Disable logo and all escape sequences",
"remark": "Auto detection based on isatty(1)",
"arg": {
"type": "bool",
"optional": true,
"default": "Auto detection based on isatty(1)"
"optional": true
}
},
{
@@ -1187,7 +1188,7 @@
"remark": "0 to disable timeout",
"arg": {
"type": "num",
"default": "0"
"default": 0
}
},
{
@@ -1211,7 +1212,7 @@
"remark": "0 to disable timeout",
"arg": {
"type": "num",
"default": "0"
"default": 0
}
},
{