From 587bc0995323df027b33cd539b231028da1fff60 Mon Sep 17 00:00:00 2001 From: Samuel Creshal Date: Fri, 8 Apr 2016 15:33:13 +0200 Subject: [PATCH] Sync readme with current help text, for real --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index ea97166..606de8e 100644 --- a/README.md +++ b/README.md @@ -10,37 +10,37 @@ See below for usage information and `HACKING.md` for architectural information. scrypt based password manager. -Actions: - new Prompts for title/description and generates a new password - with supplied entropy (default: 64 bit) + Actions: + new Prompts for title/description and generates a new password + with supplied entropy (default: 64 bit) - add Prompts for title, description and password + add Prompts for title, description and password - edit Edits an entry matching the query string + edit Edits an entry matching the query string - del Deletes the entry with the supplied ID + del Deletes the entry with the supplied ID - get Searches the DB for the supplied query string - Shows the whole database if no query is supplied, this can - take a while. + get Searches the DB for the supplied query string + Shows the whole database if no query is supplied, this can + take a while. - list Same as get, but does not show passwords, only metadata. + list Same as get, but does not show passwords, only metadata. - copy Same as 'get', uses `copy_command` on (selectable) query result. - Default: Calls xsel to copy the result to primary selection. + copy Same as 'get', uses `copy_command` on (selectable) query result. + Default: Calls xsel to copy the result to primary selection. - pwgen Generate a random password with supplied entropy and print it - (default: 64 bit) + pwgen Generate a random password with supplied entropy and print it + (default: 64 bit) - import Imports passwords from a CSV file. - Column order is title, description, password - The format is the default Excel/Calc format (comma separation, - quoting optional). + import Imports passwords from a CSV file. + Column order is title, description, password + The format is the default Excel/Calc format (comma separation, + quoting optional). - migrate Re-syncs the database, migrating it to new database formats - and doing other maintenance if necessary. - This is also done automatically on all writing operations - (i.e., add/del/edit/new/import). + migrate Re-syncs the database, migrating it to new database formats + and doing other maintenance if necessary. + This is also done automatically on all writing operations + (i.e., add/del/edit/new/import). Password generator options: