Updated man page for server arguments changes

Former-commit-id: 9416fcd690c82d68bfa09ae53e3b037422d5ccbf
Former-commit-id: f3a39ad2835b0fff47ed652bb71cf5e90e340964
This commit is contained in:
2023-04-25 14:51:53 -04:00
parent 9640066243
commit a1e1d9b0f6
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
.TH sshyp 1 "02 April 2023" "v1.4.1" "sshyp man page"
.TH sshyp 1 "25 April 2023" "v1.4.2" "sshyp man page"
.SH NAME
sshyp \- A very simple self-hosted, synchronized password manager for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store.
\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 [</entry name> [option] [flag]] [option]
Server Usage: sshyp <option> [flag] [<device id>]
Server Usage: sshyp <option> [flag] [device id]
.SH DESCRIPTION
sshyp is a lightweight password and note management program written in Python. sshyp is used via CLI and is self-hosted with a client-server model. sshyp expects that you have access to a personal server with a properly configured ssh server, ideally accepting remote connections.
.SH EXAMPLES (CLIENT)
@@ -91,7 +91,7 @@ whitelist:
.SH SETUP
sshyp operates on a client-server model, and thus requires you to have access to your own server (whether it be a physical home server or a cloud rental) with remote access via SSH.
The sshyp package includes modes for operating on both client and server devices, so only one package is necessary.
The sshyp package (on fully supported platforms) includes modes for operating on both client and server devices, so only one package is necessary.
Server setup:
Configure an OpenSSH server (if sshyp was installed from the Debian package, openssh-server and openssh-sftp-server must be installed manually - if sshyp was installed from the Fedora package, openssh-server must be installed manually)
+1 -1
View File
@@ -437,7 +437,7 @@ this program comes with absolutely no warranty; type 'sshyp license' for details
\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n""")
# PORT START HELP-SERVER
else:
print(f"""\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [<device id>]\n
print(f"""\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [device id]\n
\u001b[1moptions:\u001b[0m
help/-h{17*' '}bring up this menu
version/-v{14*' '}display sshyp version info