Skip to content

Commit

Permalink
Fix mistake in README rename command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
saheljalal committed Feb 9, 2022
1 parent 63bf4cc commit 829ce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -369,7 +369,7 @@ where the source and destinations are expected to be key paths like `foo.bar`.
You can rename a node with:
```sh
nostromo rename cmd <source> -r <name>
nostromo rename cmd <source> <name>
```
Next up, you might want to copy entire nodes around, which can also be done between manifests using `copy`. Again use key paths for `source` and `destination` and `nostromo` will attempt to replicate the branch to the new location.
Expand Down

0 comments on commit 829ce3d

Please sign in to comment.