Page MenuHomeFreeBSD

sync bectl usage with man page
ClosedPublic

Authored by yuripv on Nov 26 2018, 7:40 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Dec 27 2023, 3:20 AM
Unknown Object (File)
Dec 20 2023, 5:30 AM
Unknown Object (File)
Nov 10 2023, 5:08 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 Skipped
Unit
Tests Skipped

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.