summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-05-30 23:46:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-01 09:30:29 +0200
commit44ae52f30ff074be01214a3a77495a1c248ac02a (patch)
tree92728edca5546f21b1ec57f3e47f690f34a2a87b /Documentation
parent370c6cc5b796e8073ed8d5b04032b659e34b0673 (diff)
downloadbarebox-44ae52f30ff074be01214a3a77495a1c248ac02a.tar.gz
barebox-44ae52f30ff074be01214a3a77495a1c248ac02a.tar.xz
Documentation: remote-control: fix typo
Correctly reference `--port` instead of `--baudrate` when explaining how to specify the port. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/remote-control.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index 99c2181dfe..2172514290 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -53,9 +53,9 @@ configuring bbremote
^^^^^^^^^^^^^^^^^^^^
bbremote needs the port and possibly the baudrate to access the remote
-barebox. The port can be configured with the ``--baudrate`` option or
-with the ``BBREMOTE_PORT`` environment variable. The port can either be
-the device special file if it's a local port or if it's a remote port a
+barebox. The port can be configured with the ``--port`` option or with
+the ``BBREMOTE_PORT`` environment variable. The port can either be the
+device special file if it's a local port or if it's a remote port a
string of the form: ``rfc2217://host:port``. The baudrate can be given
with the ``--baudrate`` option or the ``BBREMOTE_BAUDRATE`` environment
variable. For the rest of this document it is assumed that ``bbremote``
@@ -131,4 +131,3 @@ This can be mounted on barebox using the regular mount command using
bbremote --export=somedir console
mkdir -p /ratpfs; mount -t ratpfs none /ratpfs
ls /ratpfs
-