We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5531077 commit 1d35c2cCopy full SHA for 1d35c2c
README.md
@@ -103,8 +103,7 @@ Here are some common examples of how to use Passy with links to each command for
103
104
1. **Add a new password**:
105
```bash
106
- # do not forget to put key in " since > is interpreted as an operator in bash
107
- passy --add "myKey>subKey" --pass "mySecretPassword"
+ passy --add "myKey/subKey" --pass "mySecretPassword"
108
```
109
[Details on Add Command](#-a--add)
110
0 commit comments