Lines 75-90
Link Here
|
75 |
"\tbectl check\n" |
75 |
"\tbectl check\n" |
76 |
"\tbectl create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n" |
76 |
"\tbectl create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n" |
77 |
"\tbectl create [-r] beName@snapshot\n" |
77 |
"\tbectl create [-r] beName@snapshot\n" |
78 |
"\tbectl destroy [-F] {beName | beName@snapshot}\n" |
78 |
"\tbectl destroy [-Fo] {beName | beName@snapshot}\n" |
79 |
"\tbectl export sourceBe\n" |
79 |
"\tbectl export sourceBe\n" |
80 |
"\tbectl import targetBe\n" |
80 |
"\tbectl import targetBe\n" |
81 |
"\tbectl jail {-b | -U} [{-o key=value | -u key}]... " |
81 |
"\tbectl jail [-bU] [{-o key=value | -u key}]... " |
82 |
"{jailID | jailName}\n" |
82 |
"{jailID | jailName}\n" |
83 |
"\t bootenv [utility [argument ...]]\n" |
83 |
"\t beName [utility [argument ...]]\n" |
84 |
"\tbectl list [-DHas] [{-c property | -C property}]\n" |
84 |
"\tbectl list [-aDHs] [{-c property | -C property}]\n" |
85 |
"\tbectl mount beName [mountpoint]\n" |
85 |
"\tbectl mount beName [mountpoint]\n" |
86 |
"\tbectl rename origBeName newBeName\n" |
86 |
"\tbectl rename origBeName newBeName\n" |
87 |
"\tbectl {ujail | unjail} {jailID | jailName} bootenv\n" |
87 |
"\tbectl {ujail | unjail} {jailID | jailName} beName\n" |
88 |
"\tbectl {umount | unmount} [-f] beName\n"); |
88 |
"\tbectl {umount | unmount} [-f] beName\n"); |
89 |
|
89 |
|
90 |
return (explicit ? 0 : EX_USAGE); |
90 |
return (explicit ? 0 : EX_USAGE); |