diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-11 22:09:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-11 22:09:33 +0000 |
commit | 0aaf8d99e0c701d6f29595243a65f25f75699ffe (patch) | |
tree | d183317af2680722946f5dff2f771e87e937bb55 | |
parent | 93dfddabdfe73bab01d14bc8a5158b49edaae22f (diff) |
more consistent info message for new packages,
minor doc updates.
git-svn-id: svn://tug.org/texlive/trunk@10562 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 5e8bed07635..a239b767c72 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -637,14 +637,14 @@ sub action_update { # there is a dep that is either new or has been forcibly # removed by the user. report it as new, if the user does # forcible removals it is their own problem. - info("package $d ($c) is new\n"); + info("$d ($c): new package\n"); } } } } } if (!@todo) { - printf "tlmgr update takes either a list of packages or --all\n"; + printf "tlmgr update: please specify list of packages or --all\n"; } my $updater_started = 0; my $nrupdated = 0; @@ -1403,16 +1403,16 @@ at the installation source. Options: =item B<--list> -List only which packages could be updated. +List the packages which would be updated or newly installed. =item B<--all> -Update all package. +Update all packages. =item B<--dry-run> Nothing is actually installed; instead, the actions to be performed are -written to the terminal. +written to the terminal. (A more verbose report than C<--list>.) =item B<--backupdir> I<directory> |