You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first database file is going to be replaced by the result of the merge, for that reason it is advisable to keep a backup of the two database files before attempting a merge.
81
-
In the case that both databases make use of the same credentials, the _--same-credentials_ or _-s_ option can be used.
99
+
In the case that both databases make use of the same credentials, the *--same-credentials* or *-s* option can be used.
82
100
83
101
*mkdir* [_options_] <__database__> <__group__>::
84
102
Adds a new group to a database.
@@ -88,11 +106,11 @@ It provides the ability to query and modify the entries of a KeePass database, d
88
106
89
107
*open* [_options_] <__database__>::
90
108
Opens the given database in a shell-style interactive mode.
91
-
This is useful for performing multiple operations on a single database (e.g. _ls_ followed by _show_).
109
+
This is useful for performing multiple operations on a single database (e.g. *ls* followed by *show*).
92
110
93
111
*quit*::
94
112
Exits interactive mode.
95
-
Synonymous with _exit_.
113
+
Synonymous with *exit*.
96
114
97
115
*rm* [_options_] <__database__> <__entry__>::
98
116
Removes an entry from a database.
@@ -107,7 +125,7 @@ It provides the ability to query and modify the entries of a KeePass database, d
107
125
*show* [_options_] <__database__> <__entry__>::
108
126
Shows the title, username, password, URL and notes of a database entry.
109
127
Can also show the current TOTP.
110
-
Regarding the occurrence of multiple entries with the same name in different groups, everything stated in the _clip_ command section also applies here.
128
+
Regarding the occurrence of multiple entries with the same name in different groups, everything stated in the *clip* command section also applies here.
111
129
112
130
== OPTIONS
113
131
=== General options
@@ -151,7 +169,7 @@ It provides the ability to query and modify the entries of a KeePass database, d
151
169
Uses the same credentials for unlocking both databases.
152
170
153
171
=== Add and edit options
154
-
The same password generation options as documented for the generate command can be used with those 2 commands when the -g option is set.
172
+
The same password generation options as documented for the generate command can be used with those 2 commands when the *-g* option is set.
155
173
156
174
*-u*, *--username* <__username__>::
157
175
Specifies the username of the entry.
@@ -183,7 +201,7 @@ The same password generation options as documented for the generate command can
183
201
*-a*, *--attribute*::
184
202
Copies the specified attribute to the clipboard.
185
203
If no attribute is specified, the password attribute is the default.
186
-
For example, "_-a_ username" would copy the username to the clipboard.
204
+
For example, "*-a* *username*" would copy the username to the clipboard.
187
205
[Default: password]
188
206
189
207
*-t*, *--totp*::
@@ -204,7 +222,7 @@ The same password generation options as documented for the generate command can
204
222
*-a*, *--attributes* <__attribute__>...::
205
223
Shows the named attributes.
206
224
This option can be specified more than once, with each attribute shown one-per-line in the given order.
207
-
If no attributes are specified and _-t_ is not specified, a summary of the default attributes is given.
225
+
If no attributes are specified and *-t* is not specified, a summary of the default attributes is given.
208
226
Protected attributes will be displayed in clear text if specified explicitly by this option.
209
227
210
228
*-s*, *--show-protected*::
@@ -274,9 +292,11 @@ The same password generation options as documented for the generate command can
274
292
Include characters from every selected group.
275
293
[Default: Disabled]
276
294
277
-
== REPORTING BUGS
278
-
Bugs and feature requests can be reported on GitHub at https://github.com/keepassxreboot/keepassxc/issues.
295
+
include::section-notes.adoc[]
279
296
280
297
== AUTHOR
281
-
This manual page was originally written by Manolis Agkopian <m.agkopian@gmail.com>,
282
-
and is maintained by the KeePassXC Team <team@keepassxc.org>.
298
+
This manual page was originally written by Manolis Agkopian <m.agkopian@gmail.com>.
0 commit comments