miniterm: doc update
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 0c29f81..ae0dfa5 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -196,6 +196,7 @@
--xonxoff enable software flow control (default off)
--rts RTS set initial RTS line state (possible values: 0, 1)
--dtr DTR set initial DTR line state (possible values: 0, 1)
+ --ask ask again for port when open fails
data handling:
-e, --echo enable local echo (default off)
@@ -251,4 +252,5 @@
.. versionchanged:: 3.0
Apply encoding on serial port, convert to Unicode for console.
Added new filters, default to stripping terminal control sequences.
+ Added --ask option.