Files
swupd-client/docs
Caio Marcelo de Oliveira Filho c9469307f4 update: allow update to a specific version using -m
Allow updating to a version greater than current using -m. Also
supports 'latest' that has the same behavior as not passing any flag.

If the requested version is smaller than the server version (which
is the latest one available in the current format), use that. If not,
use the latest available and re-execute.

Care was taken so that a "update -m LAST_OF_A_BUMP" will not trigger a
re-execution of update.

At the moment version_url is still used, but a future improvement
could avoid it by first looking at the format of the given version
first.

Fixes #257.
2018-04-14 20:34:58 -07:00
..
2017-03-20 11:11:46 -07:00
2017-03-20 11:11:46 -07:00
2017-03-20 11:11:46 -07:00
2017-03-20 11:11:46 -07:00
2017-03-20 11:11:46 -07:00

Notes on manual pages
=====================

The manual pages are generated using ``rst2man``\(1). To recreate
them, run ``make man`` in the toplevel folder. If you want to edit the
documentation for upstream changes, make sure to edit the ``*.rst``
files and not the shipped nroff output files.