From 799a571d7201f790b404cd49bffd888deddf97b4 Mon Sep 17 00:00:00 2001 From: Castulo Martinez Date: Thu, 16 Jan 2020 11:14:51 -0800 Subject: [PATCH] Adding missing "clean" command to man page Signed-off-by: Castulo Martinez --- docs/swupd.1.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/swupd.1.rst b/docs/swupd.1.rst index 39a4a678..78edb21e 100644 --- a/docs/swupd.1.rst +++ b/docs/swupd.1.rst @@ -604,6 +604,22 @@ SUBCOMMANDS Remove the content and version URL configuration by removing /etc/swupd +``clean`` + + Removes files cached by swupd. + + Note that removing these files may cause swupd to perform slower the next time + it is used since it may need to download some files from the update server + again. + + - `--all` + + Removes all the content including recent metadata. + + - `--dry-run` + + Just prints files that would be removed. + ``hashdump {path}`` Calculates and print the Manifest hash for a specific file on disk.