diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-02-23 02:47:18 +0100 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-02-23 02:47:18 +0100 |
commit | 3592938ba724c94c030a2c23085d3ba5b76087b0 (patch) | |
tree | 32e1f983b350222802d41e0d1df825b1eb55c1df /README.md | |
parent | 40e2fd8772a5c4f9fa97dfae82420af879c1f893 (diff) | |
parent | 7911e140b36139bed75d1f0dd578f56cf5106cfc (diff) | |
download | rofi-pass-3592938ba724c94c030a2c23085d3ba5b76087b0.tar.gz |
Merge pull request #29 from Narrat/optim/whitespaces
Whitespace issues
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ For an example configuration please take a look at the included `config.example` ## Extras rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries. -Just run it with +Just run it with ``` addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass" |