diff MIGRATING.md @ 850:688f28dd3241

irccd: remove short options, closes #1673 While here, use a brand new home made option parsing.
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:49:36 +0200
parents a23b7b574ed2
children 7c5898a79671
line wrap: on
line diff
--- a/MIGRATING.md	Wed Jul 10 20:45:00 2019 +0200
+++ b/MIGRATING.md	Tue Jul 16 20:49:36 2019 +0200
@@ -26,6 +26,8 @@
 - 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.
+- Connection options are now order dependant and must be set before the command
+  name.
 
 Plugins
 -------