diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-17 23:14:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 23:14:29 +0200 |
commit | f3ea06f2bc29006046a2ab3a75af8abc4b4e5b30 (patch) | |
tree | de15fca38e026b1fff9c546105320e1a6ec818f1 | |
parent | 9f07add122009d8e8c4fb62c620aa45f3ab07dbb (diff) | |
parent | 86d42ddf2b030a0c41cb51d517a626c0010516c2 (diff) | |
download | vyos-documentation-f3ea06f2bc29006046a2ab3a75af8abc4b4e5b30.tar.gz vyos-documentation-f3ea06f2bc29006046a2ab3a75af8abc4b4e5b30.zip |
Merge pull request #282 from bradpeczka/patch-1
Fixed command typo for listing USB serial devices
-rw-r--r-- | docs/services/console-server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services/console-server.rst b/docs/services/console-server.rst index 17d1d4d5..4db7ae50 100644 --- a/docs/services/console-server.rst +++ b/docs/services/console-server.rst @@ -69,7 +69,7 @@ For additional details you can refer to https://phabricator.vyos.net/T2490. |__ Port 4: Dev 7, If 0, Class=Vendor Specific Class, Driver=ftdi_sio, 480M -.. opcmd:: show system usb +.. opcmd:: show system usb serial Retrieve a list and description of all connected USB serial devices. The device name displayed, e.g. `usb0b2.4p1.0` can be directly used when accessing the serial console |