mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
Fixed typo in help text
Former-commit-id: 48012c99981d329b4a1753186c8e1b10d6d2997a Former-commit-id: 4a760cbb9d292a086a753e4952955f3e1816a669
This commit is contained in:
+1
-1
@@ -414,7 +414,7 @@ def print_info(): # prints help text based on argument
|
||||
print(' note/-n copy the note of an entry to your clipboard')
|
||||
print('gen:')
|
||||
print(' update/-u generate a password for an existing entry')
|
||||
print("\n\u001b[1mtip 1:\u001b[0m you can quickly read an entry with 'sshyp /<entry name>'")
|
||||
print("\n\u001b[1mtip 1:\u001b[0m you can quickly read an entry with 'sshyp </entry name>'")
|
||||
print("\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n")
|
||||
else:
|
||||
print('\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [<device id>]\n')
|
||||
|
||||
Reference in New Issue
Block a user