From d97d515ab8c768351feda50415eec53ca91ce952 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sat, 1 Oct 2022 03:27:01 +0100 Subject: [PATCH] add note to relevant commands --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 608b1801f..387e34aec 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ cog.out(f"```\n{help}\n```") ]]] --> ``` -deb-get {update | upgrade | show pkg | install pkg | reinstall pkg | remove pkg - | purge pkg | search pkg | cache | clean | list | prettylist | csvlist +deb-get {update | upgrade | show | install | reinstall | remove + | purge | search | cache | clean | list | prettylist | csvlist | fix-installed [--old-apps] | help | version} deb-get provides a high-level commandline interface for the package management @@ -74,10 +74,10 @@ upgrade upgrade is used to install the newest versions of all packages currently installed on the system. install - install is followed by one package desired for installation or upgrading. + install is followed by one package (or a space-separated list of packages) desired for installation or upgrading. reinstall - reinstall is followed by one package desired for reinstallation. + reinstall is followed by one package (or a space-separated list of packages) desired for reinstallation. remove remove is identical to install except that packages are removed instead of installed. @@ -92,7 +92,7 @@ search search for the given regex(7) term(s) from the list of available packages supported by deb-get and display matches. show - show information about the given package including its install source and update mechanism. + show information about the given package (or a space-separated list of packages) including their install source and update mechanism. list list the packages available via deb-get.