Updated argument help text

Former-commit-id: 6e5eb93fb268bab785460efe1abbaa5808bf131d
Former-commit-id: fb77cfc0bba7723b4d8add73014643dd8314419e
This commit is contained in:
2023-02-28 17:08:59 -05:00
parent 0429070b5d
commit 24ae771b85
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
.TH sshyp 1 "25 February 2023" "v1.4.0" "sshyp man page"
.TH sshyp 1 "28 February 2023" "v1.4.0" "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.
.SH SYNOPSIS
Client Usage: sshyp [/<entry name>] [option [flag]]
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)