From 8163aee868452bf3498b84f366546374d82b130f Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 4 Oct 2022 13:25:31 -0400 Subject: [PATCH] Swap URL and note options in edit help menu for visual consistency Former-commit-id: 974a7cbb5a21e9b093c690ef67621e41de16bfdd [formerly 6ffc65f0d0e468ee8dce32ee2cd284b50561e9c7] Former-commit-id: de6cc2e91778ac13a193e4d77edb297cb8dd543c --- bin/sshyp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sshyp.py b/bin/sshyp.py index 15b4e3b..59be966 100755 --- a/bin/sshyp.py +++ b/bin/sshyp.py @@ -322,8 +322,8 @@ def print_info(): # prints help text based on argument print(' rename/relocate/-r rename or relocate an entry') print(' username/-u change the username 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(' note/-n change the note attached to an entry') print('copy:') print(' username/-u copy the username of an entry to your clipboard') print(' password/-p copy the password of an entry to your clipboard')