Skip to content

Commit 8a38611

Browse files
authored
config: adjust help per docs
Per iterative/dvc.org#2022
1 parent 6b9d842 commit 8a38611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def add_parser(subparsers, parent_parser):
142142
"name",
143143
nargs="?",
144144
type=_name_type,
145-
help="Option name (remote.name.option or section.option).",
145+
help="Option name (section.option or remote.name.option).",
146146
)
147147
config_parser.add_argument("value", nargs="?", help="Option value.")
148148
config_parser.add_argument(

0 commit comments

Comments
 (0)