Page MenuHomeFreeBSD

sync bectl usage with man page
ClosedPublic

Authored by yuripv on Nov 26 2018, 7:40 AM.
Tags
None
Referenced Files
F84747753: D18335.diff
Mon, May 27, 11:35 PM
Unknown Object (File)
Thu, May 23, 9:15 PM
Unknown Object (File)
Sat, May 11, 6:00 AM
Unknown Object (File)
Tue, May 7, 12:11 AM
Unknown Object (File)
Apr 25 2024, 5:03 PM
Unknown Object (File)
Apr 24 2024, 1:05 AM
Unknown Object (File)
Apr 23 2024, 8:37 AM
Unknown Object (File)
Apr 13 2024, 12:37 AM
Subscribers

Details

Summary

Based on PR233526.

Test Plan

New usage output (also 80 chars-per-line friendly):

usage:  bectl {-h | -? | subcommand [args...]}
        bectl activate [-t] beName
        bectl create [-r] [-e {nonActiveBe | beName@snapshot}] beName
        bectl create [-r] beName@snapshot
        bectl destroy [-F] {beName | beName@snapshot}
        bectl export sourceBe
        bectl import targetBe
        bectl jail {-b | -U} [{-o key=value | -u key}]... {jailID | jailName}
              bootenv [utility [argument ...]]
        bectl list [-DHas]
        bectl mount beName [mountpoint]
        bectl rename origBeName newBeName
        bectl {ujail | unjail} {jailID | jailName} bootenv
        bectl {umount | unmount} [-f] beName

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Please mark it for three day MFC or so and I'll pick it up on Wednesday if you don't.

This revision is now accepted and ready to land.Nov 26 2018, 8:48 AM
This revision was automatically updated to reflect the committed changes.