From 360ce5b72d565350dd18178484999ac52f5106e8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Jul 2020 12:04:26 +0200 Subject: [PATCH] doc: document the network update command --- doc/soju.1.scd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 3e816b7..6d55706 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -139,13 +139,20 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just Connect with the specified nickname. By default, the account's username is used. +*network update* [options...] + Update an existing network. The options are the same as the + _network create_ command. + + When this command is executed, soju will disconnect and re-connect to the + network. + *network delete* Disconnect and delete a network. *network status* Show a list of saved networks and their current status. -*certfp generate* *[options...]* +*certfp generate* [options...] Generate self-signed certificate and use it for authentication. Generates RSA-3072 private key by default.