Page MenuHomeFreeBSD

sync bectl usage with man page
ClosedPublic

Authored by yuripv on Nov 26 2018, 7:40 AM.
Tags
None
Referenced Files
F82117340: D18335.id51100.diff
Thu, Apr 25, 5:03 PM
Unknown Object (File)
Wed, Apr 24, 1:05 AM
Unknown Object (File)
Tue, Apr 23, 8:37 AM
Unknown Object (File)
Sat, Apr 13, 12:37 AM
Unknown Object (File)
Fri, Apr 12, 1:09 PM
Unknown Object (File)
Wed, Apr 10, 7:53 PM
Unknown Object (File)
Jan 11 2024, 10:54 PM
Unknown Object (File)
Jan 3 2024, 1:39 PM
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.