Skip to content

Commit 9f1bbe9

Browse files
author
aviat
committed
merge with main
1 parent be31ec7 commit 9f1bbe9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/fabric_cli/parsers/fab_fs_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def register_set_parser(subparsers: _SubParsersAction) -> None:
433433
"set",
434434
help=fab_constant.COMMAND_FS_SET_DESCRIPTION,
435435
fab_examples=set_examples,
436+
fab_learnmore=["_"],
436437
)
437438
set_parser.add_argument("path", nargs="+", type=str, help="Directory path")
438439
set_parser.add_argument(
@@ -444,7 +445,7 @@ def register_set_parser(subparsers: _SubParsersAction) -> None:
444445
help="JSON path to filter",
445446
)
446447
set_parser.add_argument(
447-
"-i", "--input", nargs="+", required=True, help="Input path for replace"
448+
"-i", "--input", nargs="+", required=True, help="Input value to set"
448449
)
449450
set_parser.add_argument(
450451
"-f", "--force", required=False, action="store_true", help="Force. Optional"

0 commit comments

Comments
 (0)