Commit 6797957f715abc47edf7761435e1c666e7b03361

Authored by Georg Hopp
1 parent 2009b41a

fix cleanups

@@ -199,15 +199,18 @@ The options are consistent over all sub commands. However not all sub @@ -199,15 +199,18 @@ The options are consistent over all sub commands. However not all sub
199 commands use all options and some sub commands take arguments that other 199 commands use all options and some sub commands take arguments that other
200 get per option. (See **DESCRIPTION**) 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 ## ENVIRONMENT 215 ## ENVIRONMENT
213 216
1 .\" Man page for accountmanager. 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 .TH man 1 "25 Jan 2017" "0.1" \ 3 .TH man 1 "25 Jan 2017" "0.1" \
4 "accountmanager.sh: Shell tools for managing account credentials." 4 "accountmanager.sh: Shell tools for managing account credentials."
5 .SH NAME 5 .SH NAME
@@ -303,7 +303,7 @@ gpg2(1), gpg-agent(1) @@ -303,7 +303,7 @@ gpg2(1), gpg-agent(1)
303 .SH BUGS 303 .SH BUGS
304 No known bugs. 304 No known bugs.
305 .SH AUTHOR 305 .SH AUTHOR
306 -Georg Hopp (georg@steffers.org.in) 306 +Georg Hopp <georg@steffers.org>
307 .SH COPYRIGHT 307 .SH COPYRIGHT
308 Copyright © 2017 Georg Hopp License GPLv3+: GNU GPL version 3 or later 308 Copyright © 2017 Georg Hopp License GPLv3+: GNU GPL version 3 or later
309 <http://gnu.org/licenses/gpl.html>. 309 <http://gnu.org/licenses/gpl.html>.
Please register or login to post a comment