Skip to content

Commit ce1f9b1

Browse files
author
Anand
committed
Fixed README.md indentation
1 parent 87cda91 commit ce1f9b1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,37 +75,38 @@ Usage
7575

7676
EDIT/CREATE ACTIONS:
7777

78-
-E --edit <id> Edit entry by id
79-
-e --encrypt Encrypt the current database
80-
-U --use-db <path> Set as active database
81-
-d --decrypt <path> Decrypt password database
8278
-C --clone <id> Clone an entry
83-
-R --remove <id> Remove an entry
79+
-U --use-db <path> Set as active database
80+
-E --edit <id> Edit entry by id
8481
-A --add Add a new entry
8582
-I --init <path> Initialize a new database
83+
-d --decrypt <path> Decrypt password database
84+
-e --encrypt Encrypt the current database
85+
-R --remove <id> Remove an entry
8686

8787
FIND/LIST ACTIONS:
8888

89-
-f --find <term> Search entries
9089
-x --export <filename> Export all entries to <filename>
91-
-p --path Show current database path
9290
-a --list-all List all entries in current database
91+
-p --path Show current database path
92+
-f --find <term> Search entries
9393
-l --list-entry <id> List entry by id
9494

9595
HELP ACTIONS:
9696

97-
-v --version Show version information and exit
9897
-h --help Print this help message and exit
98+
-v --version Show version information and exit
9999

100100
FLAGS:
101101

102-
-c --copy Copy password to clipboard
103102
-s --show Show passwords when listing entries
103+
-c --copy Copy password to clipboard
104104

105105

106106
AUTHORS
107107
Copyright (C) 2021 Anand B Pillai <[email protected]>
108108

109+
109110
The command line flags are grouped into `Edit/Create`, `Find/List` and `Help` actions. The first group of actions allows you to work with password databases and perform create/edit as well as encrypt/decrypt actions. The second set of actions allows you to work with an active decrypted database and view/search/list entries.
110111

111112
Encryption and Security

0 commit comments

Comments
 (0)