mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 23:27:17 -04:00
Swap URL and note options in edit help menu for visual consistency
This commit is contained in:
+1
-1
@@ -322,8 +322,8 @@ def print_info(): # prints help text based on argument
|
|||||||
print(' rename/relocate/-r rename or relocate an entry')
|
print(' rename/relocate/-r rename or relocate an entry')
|
||||||
print(' username/-u change the username of an entry')
|
print(' username/-u change the username of an entry')
|
||||||
print(' password/-p change the password of an entry')
|
print(' password/-p change the password of an entry')
|
||||||
print(' note/-n change the note attached to an entry')
|
|
||||||
print(' url/-l change the url attached to an entry')
|
print(' url/-l change the url attached to an entry')
|
||||||
|
print(' note/-n change the note attached to an entry')
|
||||||
print('copy:')
|
print('copy:')
|
||||||
print(' username/-u copy the username of an entry to your clipboard')
|
print(' username/-u copy the username of an entry to your clipboard')
|
||||||
print(' password/-p copy the password of an entry to your clipboard')
|
print(' password/-p copy the password of an entry to your clipboard')
|
||||||
|
|||||||
Reference in New Issue
Block a user