Browse Source

fix cleanups

master
Georg Hopp 9 years ago
parent
commit
2e2db96ee4
  1. 6
      README.md

6
README.md

@ -130,14 +130,14 @@ not given the **$AMNGRDB** environment variable is used.
*dbfile*\] \[**-r** *recipient*\] *account* *dbfile*\] \[**-r** *recipient*\] *account*
This will create a password with **amngrgen** and use that to add an This will create a password with **amngrgen** and use that to add an
credential via **amngradd**. (See there for options description)
credential via **amngradd**. (See there for options description)
The added password will be copied to the X clipboard with The added password will be copied to the X clipboard with
**amngrgetpass** for further use. **amngrgetpass** for further use.
**amngrcrypt** \[**-r** *recipient*\] *password* **amngrcrypt** \[**-r** *recipient*\] *password*
Crypt the given plain text *password* with GnuPG and write it to Crypt the given plain text *password* with GnuPG and write it to
stdout.
stdout.
The option **-r** specifies the recipient to use with the call to The option **-r** specifies the recipient to use with the call to
**gpg**. If it is not given the value of the **$AMNGRID** environment **gpg**. If it is not given the value of the **$AMNGRID** environment
variable is used. variable is used.
@ -260,7 +260,7 @@ To store the data within the X clipboard the **xclip** is needed.
- **gpg** - **gpg**
- **head** - **head**
- **printf** - **printf**
- **rm
- **rm**
- **shift** - **shift**
- **SQLite3** (>= 3.6.19 for foreign key constraints) - **SQLite3** (>= 3.6.19 for foreign key constraints)
- **test** and **[** - **test** and **[**

Loading…
Cancel
Save