Skip to content

Commit

Permalink
Fix backtick (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay authored and ChrisCoffey committed Dec 4, 2018
1 parent e55b014 commit aa26f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ As soon as an application is deployed or built on more than a single machine, yo
`confcrypt rsa add --key <filename> --name <String> --type <SchemaType> --vaue <String> <filename>
Adds a new confguration parameter to the file. `--name` and `--value` are required, while `--type` is optional. If `--type` is provided, the schema record will be added immediately before the config variable. In total this adds two lines to the file. Returns 0 on sccess.
- remove a parameter
`confcrypt delete --name <filename>
`confcrypt delete --name <filename>`
Removes an existing config parameter & associated schema. Returns 0 on success or 1 if the parameter is not found in the file.
- edit a parameter in-place
`confcrypt rsa edit --key <filename> --name <String> --value <String> --type <SchemaType> <filename>`
Expand Down

0 comments on commit aa26f88

Please sign in to comment.