mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update program description
Former-commit-id: 6c6e7972e25c7eb7b3e575273cbeb91f27578f79
This commit is contained in:
parent
6a1ba0bcff
commit
6b609fe9d7
@ -1 +1 @@
|
|||||||
70a3a8fe7858c21afe8593ff4a5f5bb44f5701aa
|
174682186110e5b067b5bf9be70f6683c97d4fbf
|
@ -33,7 +33,7 @@ int main(int argc, char** argv)
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
// create the option parser and initialize all parameters
|
// create the option parser and initialize all parameters
|
||||||
OptionsParser optionParser("Simple application to send a command to hyperion using the Json interface");
|
OptionsParser optionParser("V4L capture application for Hyperion");
|
||||||
ParameterSet & parameters = optionParser.getParameters();
|
ParameterSet & parameters = optionParser.getParameters();
|
||||||
|
|
||||||
StringParameter & argDevice = parameters.add<StringParameter> ('d', "device", "The device to use [default=/dev/video0]");
|
StringParameter & argDevice = parameters.add<StringParameter> ('d', "device", "The device to use [default=/dev/video0]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user