From 4753bb4c37f421e185ca4bb5e226d12b65f64132 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 5 Nov 2022 19:22:39 -0400 Subject: [PATCH] Update synopsis in man page Former-commit-id: c0b0484f0b221484edda25620844db8414d5e3cd [formerly c2639d1f4256a640cd7bc5b6db0c6ac9e5e64f9b] Former-commit-id: d88298469cb341750174cc9d3c25d2d3ab39056a --- extra/manpage | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/manpage b/extra/manpage index 23a63e1..fa36f8a 100755 --- a/extra/manpage +++ b/extra/manpage @@ -2,7 +2,9 @@ .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 -sshyp [OPTION] [[FLAG]] [/] +Client Usage: sshyp [option [flag] []] | [/] + +Server Usage: sshyp [option [flag] []] .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) @@ -45,8 +47,6 @@ Adding a device with the id "laptop-YGuyGUY67F4gj8Hhs" to the quick-unlock white Removing a device with the id "laptop-YGuyGUY67F4gj8Hhs" from the quick-unlock whitelist: sshyp whitelist del laptop-YGuyGUY67F4gj8Hhs .SH OPTIONS (CLIENT) -USAGE: sshyp [OPTION [FLAG] []] | [/] - help/--help/-h bring up the help menu version/-v display sshyp version info tweak configure sshyp @@ -75,8 +75,6 @@ copy: gen: update/-u generate a password for an existing entry .SH OPTIONS (SERVER) -USAGE: sshyp [option [flag] []] - help/--help/-h bring up this menu version/-v display sshyp version info tweak configure sshyp