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:
@@ -320,7 +320,7 @@ exec >>%s 2>&1
|
||||
g#touch path
|
||||
|
||||
| `Update ->
|
||||
message (f_"Updating core packages");
|
||||
message (f_"Updating packages");
|
||||
let cmd = guest_update_command () in
|
||||
do_run ~display:cmd cmd
|
||||
|
||||
|
||||
@@ -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