Skip to content

Commit

Permalink
Improve serverurl help message
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Feb 15, 2024
1 parent fdc0463 commit f5eaa13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/config-serverurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ var serverurlCmd = &cobra.Command{
Use: "serverurl",
Short: "Sets the Pleasant Password server URL for pleasant-cli",
Long: `Sets the Pleasant Password server URL for pleasant-cli
It must be specified as <PROTOCOL>://<URL>:<PORT>.
It must be specified as <PROTOCOL>://<URL>(:<PORT>).
If the port is either 80 or 443, it can be inferred from the protocol and can be omitted.
Example:
pleasant-cli config serverurl <SERVER URL>`,
Expand Down

0 comments on commit f5eaa13

Please sign in to comment.