mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -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(' note/-n copy the note of an entry to your clipboard')
|
||||||
print('gen:')
|
print('gen:')
|
||||||
print(' update/-u generate a password for an existing entry')
|
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")
|
print("\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n")
|
||||||
else:
|
else:
|
||||||
print('\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [<device id>]\n')
|
print('\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [<device id>]\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user