comparison 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
comparison
equal deleted inserted replaced
12560:d6ad4ed57dda 12561:0ade5992e374
56 ## A local installation is forced, even if the user has system privileges. 56 ## A local installation is forced, even if the user has system privileges.
57 ## 57 ##
58 ## @item -global 58 ## @item -global
59 ## A global installation is forced, even if the user doesn't normally have 59 ## A global installation is forced, even if the user doesn't normally have
60 ## system privileges 60 ## system privileges
61 ##
62 ## @item -forge
63 ## Install a package directly from the Octave-Forge repository. This
64 ## requires an internet connection and the cURL library.
61 ## 65 ##
62 ## @item -verbose 66 ## @item -verbose
63 ## The package manager will print the output of all of the commands that are 67 ## The package manager will print the output of all of the commands that are
64 ## performed. 68 ## performed.
65 ## @end table 69 ## @end table
115 ## @end example 119 ## @end example
116 ## 120 ##
117 ## @noindent 121 ## @noindent
118 ## splits the list of installed packages into those who are installed by 122 ## splits the list of installed packages into those who are installed by
119 ## the current user, and those installed by the system administrator. 123 ## the current user, and those installed by the system administrator.
124 ##
125 ## The option '-forge' lists packages available at the Octave-Forge repository.
126 ## This requires an internet connection and the cURL library.
120 ## 127 ##
121 ## @item describe 128 ## @item describe
122 ## Show a short description of the named installed packages, with the option 129 ## Show a short description of the named installed packages, with the option
123 ## '-verbose' also list functions provided by the package, e.g.: 130 ## '-verbose' also list functions provided by the package, e.g.:
124 ## 131 ##