launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29735
[Merge] ~cjwatson/launchpad:doc-full-upgrade into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:doc-full-upgrade into launchpad:master.
Commit message:
doc: Use modern "apt full-upgrade" spelling
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/438608
`apt dist-upgrade` still works and is a synonym for this, but `man apt` only lists the `full-upgrade` spelling.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:doc-full-upgrade into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 7725935..2f7e7ec 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -195,7 +195,7 @@ off.
.. code-block:: shell-session
- $ sudo apt dist-upgrade
+ $ sudo apt full-upgrade
This is just to make doubly-sure everything from the Launchpad PPA gets
installed.