diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-07 08:20:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 08:20:45 +0200 |
commit | 6efadce3f987598e06208ed898e10c11fe8d7c52 (patch) | |
tree | 88c7a51efc2006811f1b1e30f9b69c4521d17e36 /docs/contributing/development.rst | |
parent | b2c87a50588db3e0445c07ecbed07d9f61cd8efc (diff) | |
download | vyos-documentation-6efadce3f987598e06208ed898e10c11fe8d7c52.tar.gz vyos-documentation-6efadce3f987598e06208ed898e10c11fe8d7c52.zip |
development: fix priority level in hirerarchy
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 26e802fc..953e398a 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -701,8 +701,8 @@ circumstance, the kernel boot parameter ``vyos-config-debug`` will ensure access to the system as user ``vyos``, and will log a Python stack trace to ``/tmp/boot-config-trace``. -``Priorities`` -^^^^^^^^^^^^^^^^ +Priorities +========== VyOS CLI is all about priorities. Every CLI node has a corresponding ``node.def`` file and possibly an attached script that is executed when the node is present. |