diff options
author | currite <sll@disroot.org> | 2020-09-17 14:46:59 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-09-18 01:13:35 +0200 |
commit | 0239e67cdfc597ddf294704e5b7e03ef470f2117 (patch) | |
tree | 0933983b84a7954bfa30b0c03ebd38ac05583202 | |
parent | 4b086010c08024c998800a73ed41ffd4fc09eae0 (diff) | |
download | vyos-documentation-0239e67cdfc597ddf294704e5b7e03ef470f2117.tar.gz vyos-documentation-0239e67cdfc597ddf294704e5b7e03ef470f2117.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 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 |