1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net-p2p/py-tremc/pkg-message
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

27 lines
504 B
Plaintext

[
{ type: install
message: <<EOM
Authentication and host/port can be set via command line with one of these
patterns:
$ tremc -c homeserver
$ tremc -c homeserver:1234
$ tremc -c johndoe:secretbirthday@homeserver
$ tremc -c johndoe:secretbirthday@homeserver:1234
You can write this (and other) stuff into a configuration file:
$ tremc -c johndoe:secretbirthday@homeserver:1234 --create-config
No configuration file is created automatically. You must create it.
$ tremc --create-config
EOM
}
]