gdp / apps / gdp-delete.8 @ master
History | View | Annotate | Download (1.11 KB)
1 |
.Dd October 28, 2017 |
---|---|
2 |
.Dt GDP-DELETE |
3 |
.Os Swarm-GDP |
4 |
.Sh NAME |
5 |
.Nm gdp-delete |
6 |
.Nd delete a log |
7 |
.Sh SYNOPSIS |
8 |
.Nm |
9 |
.Op Fl D Ar debug-spec |
10 |
.Op Fl G Ar router-ip |
11 |
.Ar log-name |
12 |
.Sh DESCRIPTION |
13 |
.Nm |
14 |
Deletes a named log. |
15 |
Currently restricted to GDP administrators. |
16 |
.Sh OPTIONS |
17 |
.Bl -tag |
18 |
.It Fl D Ar debug-spec |
19 |
Turns on debugging flags using the libep-style format. |
20 |
Useful only with the code in hand. |
21 |
.It Fl G Ar router-ip |
22 |
Contact the given IP address (which may be a DNS name) |
23 |
to get a connection to the GDP routing layer. |
24 |
This will be replaced by automatic discovery |
25 |
(for example, using Zeroconf) |
26 |
soon. |
27 |
The address may have an optional port number after a colon. |
28 |
If this is not specified, |
29 |
the names listed in the |
30 |
.Va swarm.gdp.routers |
31 |
runtime administrative parameter |
32 |
are searched. |
33 |
.El |
34 |
.Sh EXIT STATUS |
35 |
.Bl -tag |
36 |
.It Li EX_OK |
37 |
The log has been deleted. |
38 |
.It Li EX_NOINPUT |
39 |
The log does not exist. |
40 |
.It Li EX_UNAVAILABLE |
41 |
There was some failure during startup. |
42 |
.It Li EX_USAGE |
43 |
Command line parameters are incorrect. |
44 |
.El |
45 |
.\".Sh ADMINISTRATIVE PARAMETERS |
46 |
.\".Sh ENVIRONMENT |
47 |
.\".Sh FILES |
48 |
.\".Sh SEE ALSO |
49 |
.\".Xr gdp 7 , |
50 |
.\".Xr gdplogd 8 |
51 |
.\".Sh EXAMPLES |
52 |
.\".Sh BUGS |