Update program description

Former-commit-id: 6c6e7972e25c7eb7b3e575273cbeb91f27578f79
This commit is contained in:
johan 2014-01-26 16:34:13 +01:00
parent 6a1ba0bcff
commit 6b609fe9d7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
70a3a8fe7858c21afe8593ff4a5f5bb44f5701aa
174682186110e5b067b5bf9be70f6683c97d4fbf

View File

@ -33,7 +33,7 @@ int main(int argc, char** argv)
try
{
// 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();
StringParameter & argDevice = parameters.add<StringParameter> ('d', "device", "The device to use [default=/dev/video0]");