changeset 851:7c5898a79671

misc: update MIGRATING.md
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:52:24 +0200
parents 688f28dd3241
children b92e9e438ec1
files MIGRATING.md
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MIGRATING.md	Tue Jul 16 20:49:36 2019 +0200
+++ b/MIGRATING.md	Tue Jul 16 20:52:24 2019 +0200
@@ -9,6 +9,7 @@
 Irccd
 -----
 
+- Long options have been removed.
 - The option `reconnect-tries` has been removed from `[server]` section, use
   `auto-reconnect` boolean option instead,
 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`.
@@ -20,12 +21,13 @@
 Irccdctl
 --------
 
+- Long options have been removed.
 - The functions `server-cnotice` and `server-cmode` have been removed, use
   `server-notice` and `server-mode` instead,
 - The option `connect.host` has been renamed to `connect.hostname`,
-- The option `--host` has been renamed to `--hostname`,
 - The output style has been unified,
-- Options `-S` and `--ssl-verify` in server-connect have been removed.
+- Options `-S` in server-connect have been removed, also
+  the port option is now specified with `-p` instead of a positional argument.
 - Connection options are now order dependant and must be set before the command
   name.