Skip to content

Commit e83a919

Browse files
author
Dominic Cleal
committed
Add freight-clear-cache man page
1 parent 0f4c3b0 commit e83a919

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

man/man1/freight-clear-cache.1

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.\" generated with Ronn/v0.7.3
2+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3+
.
4+
.TH "FREIGHT\-CLEAR\-CACHE" "1" "July 2014" "" "Freight"
5+
.
6+
.SH "NAME"
7+
\fBfreight\-clear\-cache\fR \- clears existing package repositories
8+
.
9+
.SH "SYNOPSIS"
10+
\fBfreight clear\-cache\fR [\fB\-c\fR \fIconf\fR] [\fB\-v\fR] [\fB\-h\fR] [\fImanager\fR/\fIdistro\fR][\.\.\.]
11+
.
12+
.SH "DESCRIPTION"
13+
\fBfreight\-clear\-cache\fR clears the cache generated during \fBfreight\-cache\fR runs so that it can be regenerated on the next \fBfreight\-cache\fR invocation\.
14+
.
15+
.SH "OPTIONS"
16+
.
17+
.TP
18+
\fB\-c\fR \fIconf\fR, \fB\-\-conf=\fR\fIconf\fR
19+
Use an alternate configuration file\.
20+
.
21+
.TP
22+
\fB\-v\fR, \fB\-\-verbose\fR
23+
Verbose mode\.
24+
.
25+
.TP
26+
\fB\-h\fR, \fB\-\-help\fR
27+
Show a help message\.
28+
.
29+
.SH "FILES"
30+
.
31+
.TP
32+
\fI/etc/freight\.conf\fR, \fI~/\.freight\.conf\fR, \fIetc/freight\.conf\fR, \fI\.freight\.conf\fR
33+
The default configuration files\. See \fBfreight\fR(5)\.
34+
.
35+
.SH "ENVIRONMENT VARIABLES"
36+
.
37+
.TP
38+
\fBFREIGHT_CONF\fR
39+
The pathname of an alternate configuration file\. See \fBfreight\fR(5)\.
40+
.
41+
.SH "THEME SONG"
42+
The New Pornographers \- "All the Old Showstoppers"
43+
.
44+
.SH "AUTHOR"
45+
Richard Crowley \fIr@rcrowley\.org\fR
46+
.
47+
.SH "SEE ALSO"
48+
Part of \fBfreight\fR(1)\.
49+
.
50+
.P
51+
\fBfreight\-cache\fR(1) can be used to build the repository again\.

man/man1/freight-clear-cache.1.ronn

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
freight-clear-cache(1) -- clears existing package repositories
2+
==============================================================
3+
4+
## SYNOPSIS
5+
6+
`freight clear-cache` [`-c` _conf_] [`-v`] [`-h`] [_manager_/_distro_][...]
7+
8+
## DESCRIPTION
9+
10+
`freight-clear-cache` clears the cache generated during `freight-cache` runs so that it can be regenerated on the next `freight-cache` invocation.
11+
12+
## OPTIONS
13+
14+
* `-c` _conf_, `--conf=`_conf_:
15+
Use an alternate configuration file.
16+
* `-v`, `--verbose`:
17+
Verbose mode.
18+
* `-h`, `--help`:
19+
Show a help message.
20+
21+
## FILES
22+
23+
* _/etc/freight.conf_, _~/.freight.conf_, _etc/freight.conf_, _.freight.conf_:
24+
The default configuration files. See `freight`(5).
25+
26+
## ENVIRONMENT VARIABLES
27+
28+
* `FREIGHT_CONF`:
29+
The pathname of an alternate configuration file. See `freight`(5).
30+
31+
## THEME SONG
32+
33+
The New Pornographers - "All the Old Showstoppers"
34+
35+
## AUTHOR
36+
37+
Richard Crowley <[email protected]>
38+
39+
## SEE ALSO
40+
41+
Part of `freight`(1).
42+
43+
`freight-cache`(1) can be used to build the repository again.

0 commit comments

Comments
 (0)