[activator] tweak description of "equo repo vacuum"

This commit is contained in:
Fabio Erculiani
2011-02-07 12:26:46 +01:00
parent 7e7e48acd1
commit bba1eac20a
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ sync all the configured repositories
=item B<vacuum>
clean unavaiable packages from mirrors
clean unavaiable packages from mirrors (similar to tidy, but more nazi)
=over

View File

@@ -218,7 +218,7 @@ sync all the configured repositories
.RE
.IP "\fBvacuum\fR" 4
.IX Item "vacuum"
clean unavaiable packages from mirrors
clean unavaiable packages from mirrors (similar to tidy, but more nazi)
.RS 4
.IP "\fB\-\-days=<days\fR>" 4
.IX Item "--days=<days>"

View File

@@ -63,7 +63,7 @@ help_opts = [
(1, 'repo', 1, _('repository handling functions')),
(2, 'sync', 3, _('sync the current repository database across primary mirrors')),
(3, '--syncall', 1, _('sync all the configured repositories')),
(2, 'vacuum', 3, _('clean unavaiable packages from mirrors')),
(2, 'vacuum', 3, _('clean unavaiable packages from mirrors (similar to tidy, but more nazi)')),
(3, '--days=<days>', 1, _('expiration days [default is: 0, dangerous!]')),
(2, 'lock', 3, _('lock the current repository database (server-side)')),
(2, 'unlock', 3, _('unlock the current repository database (server-side)')),