Remove absolute position when it's not needed

Especially for translation purpose
This commit is contained in:
2019-04-24 21:31:15 +05:30
parent d8c31462dd
commit bea42a917b
6 changed files with 8 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ Here are just some commands I often use.
```sh
pass generate -i <pass-name>
```
To regenerate a password, the `-i` is important to avoid overwritting the whole file and having to rely on [dirty git](/git-tricks.html) to withdraw your mistake (`pass <cmd>` will automatically commit your change)… I sometimes forget it, so let's put it here as a reminder.
To regenerate a password, the `-i` is important to avoid overwritting the whole file and having to rely on [dirty git](git-tricks.html) to withdraw your mistake (`pass <cmd>` will automatically commit your change)… I sometimes forget it, so let's put it here as a reminder.
```sh
pass git <whatever you want>