Showing
2 changed files
with
14 additions
and
11 deletions
... | ... | @@ -199,15 +199,18 @@ The options are consistent over all sub commands. However not all sub |
199 | 199 | commands use all options and some sub commands take arguments that other |
200 | 200 | get per option. (See **DESCRIPTION**) |
201 | 201 | |
202 | - - **-u** − The login username of the credential for the account. | |
203 | - - **-p** − The plain text password of the credential for the account. | |
204 | - - **-d** − The description for the account. | |
205 | - - **-D** − Select the database file to use instead of the one defined in the | |
206 | - **$AMNGRDB** environment variable. | |
207 | - - **-r** − Select a recipient id for GnuPG encryption to use instead of the one | |
208 | - defined in the **$AMNGRID** environment variable. | |
209 | - - **-s** − The column separator for the **amngrlist** and | |
210 | - **amngrsearchcommands**. | |
202 | +**-u** − The login username of the credential for the account. | |
203 | + | |
204 | +**-p** − The plain text password of the credential for the account. | |
205 | + | |
206 | +**-d** − The description for the account. | |
207 | + | |
208 | +**-D** − Select the database file to use instead of the one defined in the | |
209 | + **$AMNGRDB** environment variable. | |
210 | +**-r** − Select a recipient id for GnuPG encryption to use instead of the one | |
211 | + defined in the **$AMNGRID** environment variable. | |
212 | +**-s** − The column separator for the **amngrlist** and | |
213 | + **amngrsearchcommands**. | |
211 | 214 | |
212 | 215 | ## ENVIRONMENT |
213 | 216 | ... | ... |
1 | 1 | .\" Man page for accountmanager. |
2 | -.\" Contact georg@steffers.org.in to correct errors or typos. | |
2 | +.\" Contact georg@steffers.org to correct errors or typos. | |
3 | 3 | .TH man 1 "25 Jan 2017" "0.1" \ |
4 | 4 | "accountmanager.sh: Shell tools for managing account credentials." |
5 | 5 | .SH NAME |
... | ... | @@ -303,7 +303,7 @@ gpg2(1), gpg-agent(1) |
303 | 303 | .SH BUGS |
304 | 304 | No known bugs. |
305 | 305 | .SH AUTHOR |
306 | -Georg Hopp (georg@steffers.org.in) | |
306 | +Georg Hopp <georg@steffers.org> | |
307 | 307 | .SH COPYRIGHT |
308 | 308 | Copyright © 2017 Georg Hopp License GPLv3+: GNU GPL version 3 or later |
309 | 309 | <http://gnu.org/licenses/gpl.html>. | ... | ... |
Please
register
or
login
to post a comment