Document fsck subcommand

This commit is contained in:
erdgeist 2007-02-22 15:36:57 +00:00
parent 79efdfa036
commit 31ac44c0ff
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ ezjail_usage_install="Usage: ${ezjail_admin} install [-mps] [-h host] [-r releas
ezjail_usage_create="Usage: ${ezjail_admin} create [-xbi] [-f flavour] [-r jailroot] [-s size] [-c bde|eli] [-C args] jailname jailip" ezjail_usage_create="Usage: ${ezjail_admin} create [-xbi] [-f flavour] [-r jailroot] [-s size] [-c bde|eli] [-C args] jailname jailip"
ezjail_usage_delete="Usage: ${ezjail_admin} delete [-w] jailname" ezjail_usage_delete="Usage: ${ezjail_admin} delete [-w] jailname"
ezjail_usage_update="Usage: ${ezjail_admin} update [-s sourcetree] [-i] [-pP]" ezjail_usage_update="Usage: ${ezjail_admin} update [-s sourcetree] [-i] [-pP]"
ezjail_usage_config="Usage: ${ezjail_admin} config [-r run|norun] [-n newname] [-i attach|detach] jailname" ezjail_usage_config="Usage: ${ezjail_admin} config [-r run|norun] [-n newname] [-i attach|detach|fsck] jailname"
ezjail_usage_list="Usage: ${ezjail_admin} list" ezjail_usage_list="Usage: ${ezjail_admin} list"
################################ ################################

View File

@ -13,7 +13,7 @@ ezjail-admin \- Administrate ezjail
.B ezjail-admin list .B ezjail-admin list
.T .T
.B ezjail-admin config\fR [-r run|norun] [-n newname] [-i attach|detach]\fI jailname .B ezjail-admin config\fR [-r run|norun] [-n newname] [-i attach|detach|fsck]\fI jailname
.T .T
.B ezjail-admin install\fR [-mps] [-h host] [-r release] .B ezjail-admin install\fR [-mps] [-h host] [-r release]
@ -86,7 +86,7 @@ renamed as well.
You can attach image jails for administrative purposes by the -i attach You can attach image jails for administrative purposes by the -i attach
option and detach them with -i detach. It is not possible to run or delete option and detach them with -i detach. It is not possible to run or delete
an attached jail. an attached jail. You can force fscking a jail image with the -i fsck command.
.SH ezjail-admin install .SH ezjail-admin install
fetches everything needed to setup a base jail from an FTP server and fetches everything needed to setup a base jail from an FTP server and
installs it. installs it.