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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,9 @@ When you edit an entry with custom fields, you get the option to change the name
244
244
Current Username: mydev
245
245
New Username:
246
246
Current Password: ghp_ipQrStuVwxYz1a2b3cdEF10ghI689kLaMnOp
247
-
New Password ([y/Y] to generate new, enter will keep old one):
247
+
New Password ([y/Y] to generate new, enter will keep old one):
248
+
Current Tags: token github
249
+
New Tags:
248
250
Current Notes: Never Expires
249
251
New Notes:
250
252
Editing/deleting custom fields
@@ -350,7 +352,7 @@ If you want to switch back to a previous database, you can use the `-U` option.
350
352
351
353
(New in version 0.4)
352
354
353
-
When new features are added - sometimes new fields would be required to be added in the database schema. To make sure your old databases work with the new features in such cases, the `--migrate` option can be used to migrate your existing databases.
355
+
When new features are added - sometimes new fields would be required to be added in the database schema. To make sure your old databases work with the new features in such cases, the `-m/--migrate` option can be used to migrate your existing databases.
0 commit comments