Page MenuHomeFreeBSD

bectl.8: Clean up & clarify the create subcommand
ClosedPublic

Authored by 0mp on Mar 20 2019, 11:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 11:05 PM
Unknown Object (File)
Wed, Sep 17, 7:32 PM
Unknown Object (File)
Aug 14 2025, 4:46 AM
Unknown Object (File)
Aug 8 2025, 5:19 AM
Unknown Object (File)
Aug 3 2025, 4:44 AM
Unknown Object (File)
Jul 28 2025, 2:59 PM
Unknown Object (File)
Jul 7 2025, 12:18 AM
Unknown Object (File)
Jul 3 2025, 11:08 PM
Subscribers

Details

Summary
bectl.8: Clean up & clarify the create subcommand

- Improve formatting
- Use consistent variable names
- Improve the description of the create subcommand (1)

PR:		235850 (1)
Reported by:	ler (1)
Submitted by:	kevans (1)

Diff Detail

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

Event Timeline

0mp added reviewers: kevans, bcr.
0mp added a subscriber: ler.
kevans added inline comments.
sbin/bectl/bectl.8
74 ↗(On Diff #55302)

What is the deal with \&? here?

This revision is now accepted and ready to land.Apr 3 2019, 1:25 PM
sbin/bectl/bectl.8
74 ↗(On Diff #55302)

It is to avoid the following warning:

STYLE: no blank before trailing delimiter: Fl h?

Basically, we say here that ? should not be treated differently.

This revision was automatically updated to reflect the committed changes.