diff --git a/extra/changelog-archive/2023 b/extra/changelog-archive/2023
index cded0f0..8e57c0c 100644
--- a/extra/changelog-archive/2023
+++ b/extra/changelog-archive/2023
@@ -1,5 +1,5 @@
sshyp v1.5.0
-07/07/2023
+07/08/2023
the fortified flock update
@@ -64,11 +64,11 @@ other factors of note:
^ as such, keep an eye out for new bugs!
- the next major release of sshyp may be even larger...
^ but it is also likely very far away
- ^ GnuPG is great, but it is inherently incompatibile with sshyp's future security model
+ ^ GnuPG is great, but it is inherently incompatible with sshyp's future security model
^ if all goes according to plan, GnuPG will be replaced in the next release
^ assuming this happens, this next release will be crowned v2.0.0
^ sshyp v1.5.X is expected to be the latest stable release for a longer amount of time than usual
- ^ sshyp v1.5.X may recieve security/bug fix patches after the release of v2.0.0, as needed
+ ^ sshyp v1.5.X may receive security/bug fix patches after the release of v2.0.0, as needed
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
diff --git a/extra/manpage b/extra/manpage
index 3ab9efb..2bb45d8 100644
--- a/extra/manpage
+++ b/extra/manpage
@@ -1,8 +1,8 @@
-.TH sshyp 1 "07 July 2023" "v1.5.0" "sshyp man page"
+.TH sshyp 1 "08 July 2023" "v1.5.0" "sshyp man page"
.SH NAME
\fBsshyp\fR - Simple, self-hosted, synchronized password management for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store.
.SH SYNOPSIS
-Client Usage: sshyp [ [argument] [option]] | [argument]
+Client Usage: sshyp [/ [argument] [option]] | [argument]
Server Usage: sshyp
.SH DESCRIPTION
diff --git a/lib/sshyp.py b/lib/sshyp.py
index 4776127..8826ad4 100755
--- a/lib/sshyp.py
+++ b/lib/sshyp.py
@@ -304,14 +304,14 @@ def print_info():
'warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for'
' more details.\n\nhttps://opensource.org/licenses/GPL-3.0\n')
elif arguments[0] == 'add' and device_type == 'client':
- print(f"""\n\u001b[1musage:\u001b[0m sshyp add
\u001b[0m\n
\u001b[1moptions:\u001b[0m
edit:
rename/relocate/-r{5*' '}rename or relocate an entry
@@ -320,7 +320,7 @@ def print_info():
url/-l{17*' '}change the url attached to an entry
note/-n{16*' '}change the note attached to an entry\n""")
elif arguments[0] == 'copy' and device_type == 'client':
- print(f"""\n\u001b[1musage:\u001b[0m sshyp
\u001b[0m\n
\u001b[1moptions:\u001b[0m
copy:
username/-u{12*' '}copy the username of an entry to your clipboard
@@ -328,7 +328,7 @@ def print_info():
url/-l{17*' '}copy the url of an entry to your clipboard
note/-n{16*' '}copy the note of an entry to your clipboard\n""")
elif arguments[0] == 'gen' and device_type == 'client':
- print(f"""\n\u001b[1musage:\u001b[0m sshyp
gen [option]\u001b[0m\n
+ print(f"""\n\u001b[1musage:\u001b[0m sshyp / gen [option]\u001b[0m\n
\u001b[1moptions:\u001b[0m
gen:
update/-u{14*' '}generate a password for an existing entry\n""")
@@ -337,7 +337,7 @@ def print_info():
this is free software, and you are welcome to redistribute it under certain conditions;
this program comes with absolutely no warranty; type 'sshyp license' for details""")
if device_type == 'client':
- print(f"""\n\u001b[1musage:\u001b[0m sshyp [ [argument] [option]] | [argument]\n
+ print(f"""\n\u001b[1musage:\u001b[0m sshyp [/ [argument] [option]] | [argument]\n
\u001b[1marguments:\u001b[0m
help/-h{17*' '}bring up this menu
version/-v{14*' '}display sshyp version info
@@ -367,7 +367,7 @@ this program comes with absolutely no warranty; type 'sshyp license' for details
note/-n{16*' '}copy the note of an entry to your clipboard
gen:
update/-u{14*' '}generate a password for an existing entry
-\n\u001b[1mtip 1:\u001b[0m you can quickly read an entry with 'sshyp '
+\n\u001b[1mtip 1:\u001b[0m you can quickly read an entry with 'sshyp /'
\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n""")
# PORT START HELP-SERVER
else: