Skip to content

Commit

Permalink
man: Two finalization fixes
Browse files Browse the repository at this point in the history
From PR review.
  • Loading branch information
cgwalters committed Nov 27, 2023
1 parent 12cbb3d commit 78905ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/ostree-admin-deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.

<listitem><para>
The deployment will not be "finalized" by default on shutdown; to later
queue it, use <literal>ostree admin unlock-finalization</literal>.
queue it, use <literal>ostree admin lock-finalization --unlock</literal>.
</para></listitem>
</varlistentry>

Expand Down
3 changes: 2 additions & 1 deletion man/ostree-admin-lock-finalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
will be set into a "finalization locked" state, which means it will not be queued for the next boot by default.
</para>
<para>
This is the same as the <literal>--lock-finalization</literal> argument for <literal>ostree admin deploy</literal>.
This is the same as the <literal>--lock-finalization</literal> argument for <literal>ostree admin deploy</literal>,
which is the recommended way to use this feature in a race-free way.
</para>
<para>
However more commonly, one will use the <literal>--unlock</literal> argument for this command to later unlock
Expand Down

0 comments on commit 78905ff

Please sign in to comment.