bectl: sync usage with man page, removing stray multibyte characters
in the process. PR: 233526 Submitted by: tigersharke@gmail.com (original version) Reviewed by: kevans Approved by: kib (mentor, implicit) MFC after: 3 days Differential revision: https://reviews.freebsd.org/D18335
This commit is contained in:
parent
7a1772ed42
commit
52ee41b778
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340974
@ -66,22 +66,24 @@ usage(bool explicit)
|
||||
FILE *fp;
|
||||
|
||||
fp = explicit ? stdout : stderr;
|
||||
fprintf(fp,
|
||||
fprintf(fp, "%s",
|
||||
"usage:\tbectl {-h | -? | subcommand [args...]}\n"
|
||||
"\tbectl activate [-t] beName\n"
|
||||
"\tbectl create [-e {nonActiveBe | -e beName@snapshot}] beName\n"
|
||||
"\tbectl create beName@snapshot\n"
|
||||
"\tbectl destroy [-F] {beName | beName@snapshot}\n"
|
||||
"\tbectl export sourceBe\n"
|
||||
"\tbectl import targetBe\n"
|
||||
#if SOON
|
||||
"\tbectl add (path)*\n"
|
||||
#endif
|
||||
"\tbectl jail [{-b | -U}] [{-o key=value | -u key}]... bootenv [utility [argument ...]]\n"
|
||||
"\tbectl list [-a] [-D] [-H] [-s]\n"
|
||||
"\tbectl activate [-t] beName\n"
|
||||
"\tbectl create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n"
|
||||
"\tbectl create [-r] beName@snapshot\n"
|
||||
"\tbectl destroy [-F] {beName | beName@snapshot}\n"
|
||||
"\tbectl export sourceBe\n"
|
||||
"\tbectl import targetBe\n"
|
||||
"\tbectl jail {-b | -U} [{-o key=value | -u key}]... "
|
||||
"{jailID | jailName}\n"
|
||||
"\t bootenv [utility [argument ...]]\n"
|
||||
"\tbectl list [-DHas]\n"
|
||||
"\tbectl mount beName [mountpoint]\n"
|
||||
"\tbectl rename origBeName newBeName\n"
|
||||
"\tbectl {ujail | unjail} ⟨jailID | jailName | bootenv)\n"
|
||||
"\tbectl {ujail | unjail} {jailID | jailName} bootenv\n"
|
||||
"\tbectl {umount | unmount} [-f] beName\n");
|
||||
|
||||
return (explicit ? 0 : EX_USAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user