mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
customize: remove "core" from description of --update
--update invokes a distribution update, updating all the installed packages and not just some "core" ones.
This commit is contained in:
@@ -427,7 +427,7 @@ This command performs a L<touch(1)>-like operation on C<FILE>.";
|
||||
{ op_name = "update";
|
||||
op_type = Unit;
|
||||
op_discrim = "`Update";
|
||||
op_shortdesc = "Update core packages";
|
||||
op_shortdesc = "Update packages";
|
||||
op_pod_longdesc = "\
|
||||
Do the equivalent of C<yum update>, C<apt-get upgrade>, or whatever
|
||||
command is required to update the packages already installed in the
|
||||
|
||||
Reference in New Issue
Block a user