diff options
| author | Daniil Baturin <daniil@vyos.io> | 2020-09-17 19:55:39 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 19:55:39 +0700 | 
| commit | a537134a550dab407fffbd7ed1082dca4a4120ae (patch) | |
| tree | 13e8e5393f5154d8b33a06b734256e69deacdee7 | |
| parent | 108fe3475489e5883e00a6f71710e52480f333b4 (diff) | |
| parent | fe6e27c2c4a767e949669ab55b91387d5adb626d (diff) | |
| download | vyos-documentation-a537134a550dab407fffbd7ed1082dca4a4120ae.tar.gz vyos-documentation-a537134a550dab407fffbd7ed1082dca4a4120ae.zip | |
Merge pull request #334 from currite/commit-confirm
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 85abbfce..bf9c57d9 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -342,11 +342,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 | 
