mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 15:47:18 -04:00
Added missing new line after quick-unlock help message
Former-commit-id: a973b2dcdb3d93ec4a27ae77b09adb125a25a610 Former-commit-id: a3f54bcc22400e3da16ccc3bd8446cd860f6308f
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ def global_menu(_device_type, _top_message):
|
|||||||
_term_message = ('\nquick-unlock has been enabled client-side - in order for this feature to '
|
_term_message = ('\nquick-unlock has been enabled client-side - in order for this feature to '
|
||||||
'function,\nyou must first log in to the sshyp server and run:\n\nsshyp tweak\n\n'
|
'function,\nyou must first log in to the sshyp server and run:\n\nsshyp tweak\n\n'
|
||||||
'from there you can create a quick-unlock pin and add this device to the '
|
'from there you can create a quick-unlock pin and add this device to the '
|
||||||
'whitelist')
|
'whitelist\n')
|
||||||
elif _choice == 7:
|
elif _choice == 7:
|
||||||
_success = refresh_encryption()
|
_success = refresh_encryption()
|
||||||
if _success == 1:
|
if _success == 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user