Skip to content

Commit 17d7128

Browse files
committed
rules -> rule
1 parent 43c1b94 commit 17d7128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Usage: ./node_group.sh [options] [UID]
5555
-c| --classes Hash of classes and parameters.
5656
Example: '{ "vim": {} }'
5757
58-
-r| --rules Array of rules for matching.
58+
-r| --rule Array of rules for matching.
5959
Example: '["or", ["=", "name", "node.whatsaranjit.com"]]'
6060
6161
-v| --variables Variables to set in the group.

scripts/node_group.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage: $0 [options] [UID]\n
1818
\t \t\t Default: 00000000-0000-4000-8000-000000000000\n\n
1919
-c| --classes \t\t Hash of classes and parameters.\n
2020
\t \t\t Example: '{ "vim": {} }'\n\n
21-
-r| --rules \t\t Array of rules for matching.\n
21+
-r| --rule \t\t Array of rules for matching.\n
2222
\t \t\t Example: '["or", ["=", "name", "node.whatsaranjit.com"]]'\n\n
2323
-v| --variables \t Variables to set in the group.\n
2424
\t \t\t Example: '{ "foo": "bar" }'\n\n

0 commit comments

Comments
 (0)