Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145851729
D18335.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D18335.diff
View Options
Index: head/sbin/bectl/bectl.c
===================================================================
--- head/sbin/bectl/bectl.c
+++ head/sbin/bectl/bectl.c
@@ -66,22 +66,24 @@
FILE *fp;
fp = explicit ? stdout : stderr;
- fprintf(fp,
+ fprintf(fp, "%s",
"usage:\tbectl {-h | -? | subcommand [args...]}\n"
+#if SOON
+ "\tbectl add (path)*\n"
+#endif
"\tbectl activate [-t] beName\n"
- "\tbectl create [-e {nonActiveBe | -e beName@snapshot}] beName\n"
- "\tbectl create beName@snapshot\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"
-#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 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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 6:11 AM (11 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29001669
Default Alt Text
D18335.diff (1 KB)
Attached To
Mode
D18335: sync bectl usage with man page
Attached
Detach File
Event Timeline
Log In to Comment