diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-23 21:19:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-23 21:19:44 +0100 |
commit | cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1 (patch) | |
tree | b3419b21a2cd221101ea8d3ed23aed029adb2425 /docs/_include/interface-description.txt | |
parent | 45ddcdc8132fd59032d4fb204f509e4aab8031f7 (diff) | |
download | vyos-documentation-cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1.tar.gz vyos-documentation-cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1.zip |
interfaces: vlan: remove wrong arg in cmd headline
Diffstat (limited to 'docs/_include/interface-description.txt')
-rw-r--r-- | docs/_include/interface-description.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_include/interface-description.txt b/docs/_include/interface-description.txt index 50c08d45..4347b837 100644 --- a/docs/_include/interface-description.txt +++ b/docs/_include/interface-description.txt @@ -1,4 +1,4 @@ -.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var4 }} description <description> +.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} description <description> Set a human readable, descriptive alias for this connection. Alias is used by e.g. the :opcmd:`show interfaces` command or SNMP based monitoring tools. |