diff options
-rw-r--r-- | man8/ezjail-admin.8 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/man8/ezjail-admin.8 b/man8/ezjail-admin.8 index 99b3110..78ae8df 100644 --- a/man8/ezjail-admin.8 +++ b/man8/ezjail-admin.8 | |||
@@ -15,7 +15,6 @@ | |||
15 | .Op Fl f Ar flavour | 15 | .Op Fl f Ar flavour |
16 | .Op Fl r Ar jailroot | 16 | .Op Fl r Ar jailroot |
17 | .Op Fl a Ar archive | 17 | .Op Fl a Ar archive |
18 | .Op Fl A Ar options | ||
19 | .Op Fl c Ar jailtype Fl s Ar imagesize Op Fl C Ar attachargs | 18 | .Op Fl c Ar jailtype Fl s Ar imagesize Op Fl C Ar attachargs |
20 | .Bk -words | 19 | .Bk -words |
21 | .Ar jailname ipaddress Ns Op Ar ,ipaddress2,... | 20 | .Ar jailname ipaddress Ns Op Ar ,ipaddress2,... |
@@ -224,7 +223,7 @@ pointing to the location of the newly created jail. | |||
224 | Restore a jail from an archive created with | 223 | Restore a jail from an archive created with |
225 | .Nm Cm archive . | 224 | .Nm Cm archive . |
226 | The archive files are kept in | 225 | The archive files are kept in |
227 | .Pa /usr/jails/archive | 226 | .Pa /usr/jails/ezjail_archives |
228 | by default. Use | 227 | by default. Use |
229 | .Pa - | 228 | .Pa - |
230 | to restore an archive from the standard input. | 229 | to restore an archive from the standard input. |
@@ -238,15 +237,6 @@ See also | |||
238 | .Nm Cm restore , | 237 | .Nm Cm restore , |
239 | if you only want to revert to an old jail's state from an archive on the same | 238 | if you only want to revert to an old jail's state from an archive on the same |
240 | release version. | 239 | release version. |
241 | .It Fl A Ar jailconf | ||
242 | Copy the comments, in particular the | ||
243 | .Dq Li PROVIDE , | ||
244 | .Dq Li REQUIRE | ||
245 | and | ||
246 | .Dq Li BEFORE | ||
247 | lines, from this jail. | ||
248 | .Pp | ||
249 | XXX: This is my understanding from the code. Is that correct? | ||
250 | .It Fl x | 240 | .It Fl x |
251 | This flag indicates that an jail of that name already exists. In this case, | 241 | This flag indicates that an jail of that name already exists. In this case, |
252 | ezjail will only update the configuration of the jail. Sanity checks are | 242 | ezjail will only update the configuration of the jail. Sanity checks are |