diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
| commit | 610a5778c5c8d73cb2bbbe7761f8cb312dc96392 (patch) | |
| tree | 201726ab6d3926ac9639b0be8a4461fd45c51b66 /usr.sbin/pkg_install/create | |
| parent | 1c59150ad7f1c8cbac72f0a1c662d910b25a3282 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index e46b497edfbe..aaf8fb27c934 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -75,7 +75,9 @@ if is a .Cm - (dash). -.It Fl c Ar [-]desc +.It Fl c Xo +.Oo Fl Oc Ns Ar desc +.Xc Fetch package .Dq one line description from file @@ -85,7 +87,9 @@ or, if preceded by the argument itself. This string should also give some idea of which version of the product (if any) the package represents. -.It Fl d Ar [-]desc +.It Fl d Xo +.Oo Fl Oc Ns Ar desc +.Xc Fetch long description for package from file .Ar desc or, if preceded by @@ -116,7 +120,7 @@ package is later installed. It will be passed the package's name as the first argument. .Pp -.Cm Note: +.Sy Note : if the .Cm Fl I option is not given, this script will serve as both the pre-install and the @@ -157,7 +161,7 @@ package is later (if ever) de-installed. It will be passed the package's name as the first argument. .Pp -.Cm Note: +.Sy Note : if the .Cm Fl K option is not given, this script will serve as both the de-install and the |
