diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-06-27 12:35:23 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-27 12:35:23 +0200 | 
| commit | 477a4c488ccdbdb8a4e01dadf2fa0038991a6fa6 (patch) | |
| tree | c2d70b4de0f79fec1f329b17cef99b38fea4ebff /docs | |
| parent | d6f43313133b5532e6da5495812bf757722343ff (diff) | |
| download | vyos-documentation-477a4c488ccdbdb8a4e01dadf2fa0038991a6fa6.tar.gz vyos-documentation-477a4c488ccdbdb8a4e01dadf2fa0038991a6fa6.zip | |
version: fix "show version" indention
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/operation/information.rst | 38 | 
1 files changed, 20 insertions, 18 deletions
| diff --git a/docs/operation/information.rst b/docs/operation/information.rst index f9e1f7d6..fea85feb 100644 --- a/docs/operation/information.rst +++ b/docs/operation/information.rst @@ -108,25 +108,27 @@ Version    on VyOS 1.3 and ``sagitta`` on VyOS 1.4.    .. code-block:: none +   +    vyos@vyos:~$ show version   -     Version:          VyOS 1.4-rolling-202106270801 -     Release Train:    sagitta -      -     Built by:         autobuild@vyos.net -     Built on:         Sun 27 Jun 2021 09:50 UTC -     Build UUID:       ab43e735-edcb-405a-9f51-f16a1b104e52 -     Build Commit ID:  f544d75eab758f -      -     Architecture:     x86_64 -     Boot via:         installed image -     System type:      KVM guest -      -     Hardware vendor:  QEMU -     Hardware model:   Standard PC (i440FX + PIIX, 1996) -     Hardware S/N:      -     Hardware UUID:    Unknown -      -     Copyright:        VyOS maintainers and contributors +    Version:          VyOS 1.4-rolling-202106270801 +    Release Train:    sagitta + +    Built by:         autobuild@vyos.net +    Built on:         Sun 27 Jun 2021 09:50 UTC +    Build UUID:       ab43e735-edcb-405a-9f51-f16a1b104e52 +    Build Commit ID:  f544d75eab758f + +    Architecture:     x86_64 +    Boot via:         installed image +    System type:      KVM guest + +    Hardware vendor:  QEMU +    Hardware model:   Standard PC (i440FX + PIIX, 1996) +    Hardware S/N:      +    Hardware UUID:    Unknown + +    Copyright:        VyOS maintainers and contributors  .. opcmd:: show version kernel | 
