Mercurial > hg > octave-lyh
diff scripts/pkg/pkg.m @ 12561:0ade5992e374
Add documentation for '-forge' option (bug #32464).
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 31 Mar 2011 20:57:37 -0700 |
parents | ad636c1f353b |
children | f96b9b9f141b |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -58,6 +58,10 @@ ## @item -global ## A global installation is forced, even if the user doesn't normally have ## system privileges +## +## @item -forge +## Install a package directly from the Octave-Forge repository. This +## requires an internet connection and the cURL library. ## ## @item -verbose ## The package manager will print the output of all of the commands that are @@ -118,6 +122,9 @@ ## splits the list of installed packages into those who are installed by ## the current user, and those installed by the system administrator. ## +## The option '-forge' lists packages available at the Octave-Forge repository. +## This requires an internet connection and the cURL library. +## ## @item describe ## Show a short description of the named installed packages, with the option ## '-verbose' also list functions provided by the package, e.g.: