Remove absolute position when it's not needed
Especially for translation purpose
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user