Lines 69-87
Link Here
|
69 |
fprintf(fp, |
69 |
fprintf(fp, |
70 |
"usage:\tbectl {-h | -? | subcommand [args...]}\n" |
70 |
"usage:\tbectl {-h | -? | subcommand [args...]}\n" |
71 |
"\tbectl activate [-t] beName\n" |
71 |
"\tbectl activate [-t] beName\n" |
72 |
"\tbectl create [-e {nonActiveBe | -e beName@snapshot}] beName\n" |
72 |
"\tbectl create [-r {nonActiveBe | -e beName@snapshot}] beName\n" |
73 |
"\tbectl create beName@snapshot\n" |
73 |
"\tbectl create [-r] beName@snapshot\n" |
74 |
"\tbectl destroy [-F] {beName | beName@snapshot}\n" |
74 |
"\tbectl destroy [-F] {beName | beName@snapshot}\n" |
75 |
"\tbectl export sourceBe\n" |
75 |
"\tbectl export sourceBe\n" |
76 |
"\tbectl import targetBe\n" |
76 |
"\tbectl import targetBe\n" |
77 |
#if SOON |
77 |
#if SOON |
78 |
"\tbectl add (path)*\n" |
78 |
"\tbectl add (path)*\n" |
79 |
#endif |
79 |
#endif |
80 |
"\tbectl jail [{-b | -U}] [{-o key=value | -u key}]... bootenv [utility [argument ...]]\n" |
80 |
"\tbectl jail {-b | -U} [{-o key=value | -u key}]... bootenv [utility [argument ...]]\n" |
81 |
"\tbectl list [-a] [-D] [-H] [-s]\n" |
81 |
"\tbectl list [-DHas]\n" |
82 |
"\tbectl mount beName [mountpoint]\n" |
82 |
"\tbectl mount beName [mountpoint]\n" |
83 |
"\tbectl rename origBeName newBeName\n" |
83 |
"\tbectl rename origBeName newBeName\n" |
84 |
"\tbectl {ujail | unjail} ⟨jailID | jailName | bootenv)\n" |
84 |
"\tbectl {ujail | unjail} {jailID | jailNamei} bootenv\n" |
85 |
"\tbectl {umount | unmount} [-f] beName\n"); |
85 |
"\tbectl {umount | unmount} [-f] beName\n"); |
86 |
|
86 |
|
87 |
return (explicit ? 0 : EX_USAGE); |
87 |
return (explicit ? 0 : EX_USAGE); |