Skip to content

Commit 835bd4b

Browse files
author
Carl Chang
authored
Update README.md
1 parent faa43ab commit 835bd4b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Fields indicated by `xxxxx` is customizable.
6565
```
6666
{
6767
"config": {
68-
"global-list-bullet": "xxxx", # bullet string before each item in a category
68+
"global-list-bullet": "xxxx", # bullet string prepended for each item in a category
6969
# E.g. each disk item returned. Default is " - "
7070
"global-oid-separator": "xxxx", # string to separate each sub item in an oid entry.
7171
# E.g. each piece of info of a disk. Default is ", "
@@ -75,22 +75,15 @@ Fields indicated by `xxxxx` is customizable.
7575
"mib": "xxxxxxxxxxxxxxx", # do not change these unless you know what you are doing
7676
"categories": {
7777
"xxxxxxxxx": { # category name can be any string
78+
# used in the command line for category selection
7879
"description": "xxxxxxxxxxxxxxxxxx",
7980
"oids": [
8081
{
8182
"oid": "xxxxxxxxxxxxxxxx",
82-
"type": "text" # type can be "text" or "status"
83-
},
84-
{
85-
"oid": "xxxxxxxxxxxxxxxx",
86-
"type": "status",
83+
"type": "status", # type can be "text" or "status"
8784
"prefix": "xxxxxxxxxxxx" # (optional) used to annotate this oid and customize output
8885
"suffix": "xxxxxxxxxxxx" # (optional) used to annotate this oid and customize output
8986
},
90-
{
91-
"oid": "xxxxxxxxxxxxxxxx",
92-
"type": "status"
93-
},
9487
...
9588
"list-bullet": "xxxx" # (optional) string to override the global list bullet
9689
"oid-separator": "xxx", # (optional) string to override the global oid separator

0 commit comments

Comments
 (0)