From b3e9bd708b5fdd8cf67b032b3e3a271a52f7971e Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 17 Aug 2010 21:40:10 +0100 Subject: [PATCH] Added "0store manage" to man-page --- 0store.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/0store.1 b/0store.1 index b503aa2..71e4357 100644 --- a/0store.1 +++ b/0store.1 @@ -30,6 +30,8 @@ .B 0store verify ( \fBDIGEST\fP | \fBDIRECTORY\fP ) +.B 0store manage + .SH DESCRIPTION .PP 0store provides access to the low-level implementation cache. Normally, the @@ -92,6 +94,18 @@ See the list of implementation caches currently configured: To add directories to this list, add them to your 'implementation\-dirs' configuration file. +.SH MANAGE +.PP +To open a window showing the contents of the cache: + +.B 0store manage + +You can use this to delete versions of programs you no longer need. However, this +doesn't remove any launchers you added (trying to launch the program will prompt +you to download the missing files again). For that, try: + +.B 0desktop --manage + .SH MANIFEST .PP To generate the manifest for a directory structure: -- 2.11.4.GIT