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, Nov 5, 11:33 PM
Unknown Object (File)
Wed, Nov 5, 11:29 PM
Unknown Object (File)
Mon, Oct 27, 11:40 PM
Unknown Object (File)
Sun, Oct 19, 5:26 PM
Unknown Object (File)
Sun, Oct 19, 3:18 AM
Unknown Object (File)
Sun, Oct 19, 3:18 AM
Unknown Object (File)
Sun, Oct 19, 3:18 AM
Unknown Object (File)
Sat, Oct 18, 3:30 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 Passed
Unit
No Test Coverage
Build Status
Buildable 23222
Build 22265: arc lint + arc unit

Event Timeline

0mp added reviewers: kevans, bcr.
0mp added a subscriber: ler.
kevans added inline comments.
sbin/bectl/bectl.8
74

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

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.