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)
Fri, Dec 20, 12:27 AM
Unknown Object (File)
Thu, Dec 5, 8:02 AM
Unknown Object (File)
Thu, Nov 28, 11:26 AM
Unknown Object (File)
Sun, Nov 24, 8:20 PM
Unknown Object (File)
Nov 21 2024, 10:04 AM
Unknown Object (File)
Nov 14 2024, 11:48 AM
Unknown Object (File)
Nov 6 2024, 3:01 PM
Unknown Object (File)
Sep 18 2024, 5:36 AM
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.