diff options
| author | currite <sll@disroot.org> | 2020-09-17 14:46:59 +0200 | 
|---|---|---|
| committer | currite <sll@disroot.org> | 2020-09-17 14:46:59 +0200 | 
| commit | fe6e27c2c4a767e949669ab55b91387d5adb626d (patch) | |
| tree | 2bbe4e4e07ba781f20b2fab086be796d78d2cc7c | |
| parent | decc2dabaa1b8e2253e847edab83d1a3c2dcbee2 (diff) | |
| download | vyos-documentation-fe6e27c2c4a767e949669ab55b91387d5adb626d.tar.gz vyos-documentation-fe6e27c2c4a767e949669ab55b91387d5adb626d.zip | |
configuration-overview: fix commit-confirm definition
| -rw-r--r-- | docs/configuration-overview.rst | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index 06c86e9d..680198da 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -374,11 +374,12 @@ different levels in the hierarchy.       vyos@vyos# exit discard -.. cfgcmd:: commit-confirm +.. cfgcmd:: commit-confirm <minutes> -   Commit the current set of changes if ``confirm`` is also entered -   within 10 minutes. Otherwise the system reboot into the previous -   configuration. +   Use this command to temporarily commit your changes and set the +   number of minutes available for validation. ``confirm`` must +   be entered within those minutes, otherwise the system will reboot +   into the previous configuration. The default value is 10 minutes.     What if you are doing something dangerous? Suppose you want to setup | 
