Skip to content

Commit 9baa24c

Browse files
committed
ug: Minor fixes in aklite CLI documentation
Signed-off-by: Andre Detsch <andre.detsch@foundries.io>
1 parent 4e459db commit 9baa24c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/user-guide/custom-sota-client.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ In addition to the default daemon mode, users can run it as a CLI utility and pe
106106
Command Line Interface - CLI (Aktualizr-lite Manual Mode)
107107
---------------------------------------------------------
108108

109-
The `aktualizr-lite` executable can be invoked to perform individual operations allowing more control over the update flow.
109+
The ``aktualizr-lite`` executable can be invoked to perform individual operations allowing more control over the update flow.
110110

111-
.. warning:: The Command Line Interface is on beta stage,
111+
.. warning:: The Command Line Interface is in beta stage,
112112
and is subject to change over the next releases.
113113

114114
.. note:: In order to use the run individual `aktualizr-lite` commands,
115-
the `aktualizr-lite` service needs to be stopped with ``sudo systemctl stop aktualizr-lite``
115+
the ``aktualizr-lite`` service needs to be stopped with ``sudo systemctl stop aktualizr-lite``
116116
and/or disabled with ``sudo systemctl disable aktualizr-lite``.
117117

118118
.. note:: If lmp-device-register is used,
119-
the `--start-daemon 0` is recommended
120-
in order to avoid starting aktualizr-lite daemon automatically.
119+
Using ``--start-daemon 0`` is recommended
120+
in order to avoid starting the aktualizr-lite daemon automatically.
121121

122122
.. prompt::
123123

@@ -151,8 +151,8 @@ To view the current status of the device::
151151

152152
sudo aktualizr-lite status
153153

154-
Fetch TUF Metadata and List Updates
155-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
154+
Fetch :term:`TUF` Metadata and List Updates
155+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
156156

157157
The ``check`` command will refresh the Targets metadata from the OTA server,
158158
and present you with a list of available Targets::
@@ -178,7 +178,7 @@ This includes both OSTree and Docker app Targets::
178178

179179
sudo aktualizr-lite update
180180

181-
To update to a specific build number or target name,
181+
To update to a specific build number or Target name,
182182
the ``--update-name`` option can be used::
183183

184184
sudo aktualizr-lite update --update-name <build_number_or_name>

0 commit comments

Comments
 (0)