Skip to content

Commit

Permalink
(rcrowley#6) Manual updates for component handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Jul 14, 2011
1 parent 07ba0af commit c492157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions man/man1/freight-add.1
Expand Up @@ -7,13 +7,13 @@
\fBfreight\-add\fR \- add a package to Freight
.
.SH "SYNOPSIS"
\fBfreight add\fR [\fB\-c\fR \fIconf\fR] [\fB\-v\fR] [\fB\-h\fR] \fIpackage\fR \fImanager\fR/\fIdistro\fR\.\.\.
\fBfreight add\fR [\fB\-c\fR \fIconf\fR] [\fB\-v\fR] [\fB\-h\fR] \fIpackage\fR \fImanager\fR/\fIdistro\fR[/\fIcomponent\fR][\.\.\.]
.
.SH "DESCRIPTION"
\fBfreight\-add\fR registers the given package with one or more \fImanager\fR/\fIdistro\fR pairs (which likely all share the same manager)\. Currently, \fBapt\fR is the only supported \fImanager\fR\. \fIdistro\fR may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "lenny" or "lucid")\.
\fBfreight\-add\fR registers the given package with one or more \fImanager\fR/\fIdistro\fR[/\fIcomponent\fR] pairs (triples)\. Currently, \fBapt\fR is the only supported \fImanager\fR\. \fIdistro\fR may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "lenny" or "lucid")\. \fIcomponent\fR is optional and for \fBapt\fR defaults to \fBmain\fR\.
.
.P
The package files are organized in the Freight library so \fBfreight\-cache\fR(1) has an easy time of creating package repositories for each \fImanager\fR/\fIdistro\fR later\.
The package files are organized in the Freight library so \fBfreight\-cache\fR(1) has an easy time of creating package repositories for each \fImanager\fR/\fIdistro\fR[/\fIcomponent\fR] later\.
.
.SH "OPTIONS"
.
Expand Down
6 changes: 3 additions & 3 deletions man/man1/freight-add.1.ronn
Expand Up @@ -3,13 +3,13 @@ freight-add(1) -- add a package to Freight

## SYNOPSIS

`freight add` [`-c` _conf_] [`-v`] [`-h`] _package_ _manager_/_distro_...
`freight add` [`-c` _conf_] [`-v`] [`-h`] _package_ _manager_/_distro_[/_component_][...]

## DESCRIPTION

`freight-add` registers the given package with one or more _manager_/_distro_ pairs (which likely all share the same manager). Currently, `apt` is the only supported _manager_. _distro_ may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "lenny" or "lucid").
`freight-add` registers the given package with one or more _manager_/_distro_[/_component_] pairs (triples). Currently, `apt` is the only supported _manager_. _distro_ may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "lenny" or "lucid"). _component_ is optional and for `apt` defaults to `main`.

The package files are organized in the Freight library so `freight-cache`(1) has an easy time of creating package repositories for each _manager_/_distro_ later.
The package files are organized in the Freight library so `freight-cache`(1) has an easy time of creating package repositories for each _manager_/_distro_[/_component_] later.

## OPTIONS

Expand Down

0 comments on commit c492157

Please sign in to comment.