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)
Wed, Apr 16, 11:57 AM
Unknown Object (File)
Mon, Apr 14, 12:20 AM
Unknown Object (File)
Mar 4 2025, 8:48 PM
Unknown Object (File)
Feb 15 2025, 11:17 AM
Unknown Object (File)
Jan 27 2025, 2:42 AM
Unknown Object (File)
Jan 25 2025, 12:36 AM
Unknown Object (File)
Jan 23 2025, 2:11 PM
Unknown Object (File)
Jan 12 2025, 1:14 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.