Commit 2e2db96ee445af7360e48962c1cb21ac93b4bba6

Authored by Georg Hopp
1 parent 6e48b6a9

fix cleanups

Showing 1 changed file with 3 additions and 3 deletions
@@ -130,14 +130,14 @@ not given the **$AMNGRDB** environment variable is used. @@ -130,14 +130,14 @@ not given the **$AMNGRDB** environment variable is used.
130 *dbfile*\] \[**-r** *recipient*\] *account* 130 *dbfile*\] \[**-r** *recipient*\] *account*
131 131
132 This will create a password with **amngrgen** and use that to add an 132 This will create a password with **amngrgen** and use that to add an
133 -credential via **amngradd**. (See there for options description) 133 +credential via **amngradd**. (See there for options description)
134 The added password will be copied to the X clipboard with 134 The added password will be copied to the X clipboard with
135 **amngrgetpass** for further use. 135 **amngrgetpass** for further use.
136 136
137 **amngrcrypt** \[**-r** *recipient*\] *password* 137 **amngrcrypt** \[**-r** *recipient*\] *password*
138 138
139 Crypt the given plain text *password* with GnuPG and write it to 139 Crypt the given plain text *password* with GnuPG and write it to
140 -stdout. 140 +stdout.
141 The option **-r** specifies the recipient to use with the call to 141 The option **-r** specifies the recipient to use with the call to
142 **gpg**. If it is not given the value of the **$AMNGRID** environment 142 **gpg**. If it is not given the value of the **$AMNGRID** environment
143 variable is used. 143 variable is used.
@@ -260,7 +260,7 @@ To store the data within the X clipboard the **xclip** is needed. @@ -260,7 +260,7 @@ To store the data within the X clipboard the **xclip** is needed.
260 - **gpg** 260 - **gpg**
261 - **head** 261 - **head**
262 - **printf** 262 - **printf**
263 - - **rm 263 + - **rm**
264 - **shift** 264 - **shift**
265 - **SQLite3** (>= 3.6.19 for foreign key constraints) 265 - **SQLite3** (>= 3.6.19 for foreign key constraints)
266 - **test** and **[** 266 - **test** and **[**
Please register or login to post a comment