-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #802 from peternewman/libusb
More man pages and minor fixes
- Loading branch information
Showing
5 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.TH ola_uni_merge 1 "June 2015" | ||
.SH NAME | ||
ola_uni_merge \- Set the merge mode for a universe in olad. | ||
.SH SYNOPSIS | ||
.B ola_uni_merge | ||
--universe <uni> [--ltp] | ||
.SH DESCRIPTION | ||
.B ola_uni_merge | ||
is used to set the merge mode for a universe. Without --ltp it will revert to | ||
HTP mode. | ||
.SH OPTIONS | ||
.IP "-l, --ltp" | ||
Change to LTP mode. | ||
.IP "-u, --universe <universe>" | ||
Id of the universe to name. | ||
.IP "-h, --help" | ||
Display the help message | ||
.SH SEE ALSO | ||
.BR olad(1) , | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.TH ola_uni_name 1 "June 2015" | ||
.SH NAME | ||
ola_uni_name \- Set the name for a universe in olad. | ||
.SH SYNOPSIS | ||
.B ola_uni_name | ||
--name <name> --universe <uni> | ||
.SH DESCRIPTION | ||
.B ola_uni_name | ||
is used to set the name for a universe. | ||
.SH OPTIONS | ||
.IP "-n, --name <name>" | ||
Name for the universe. | ||
.IP "-u, --universe <universe>" | ||
Id of the universe to name. | ||
.IP "-h, --help" | ||
Display the help message | ||
.SH SEE ALSO | ||
.BR olad(1) , | ||
. |