Skip to content

Commit 1d35c2c

Browse files
author
Dima Kossovich
committed
updated README
1 parent 5531077 commit 1d35c2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ Here are some common examples of how to use Passy with links to each command for
103103

104104
1. **Add a new password**:
105105
```bash
106-
# do not forget to put key in " since > is interpreted as an operator in bash
107-
passy --add "myKey>subKey" --pass "mySecretPassword"
106+
passy --add "myKey/subKey" --pass "mySecretPassword"
108107
```
109108
[Details on Add Command](#-a--add)
110109

0 commit comments

Comments
 (0)