[aravis] arv-tool: help tweaks.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] arv-tool: help tweaks.
- Date: Tue, 21 Jun 2011 08:59:39 +0000 (UTC)
commit f274bc416be08c1048873d5ac9fc6877491ab37a
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Tue Jun 21 10:59:19 2011 +0200
arv-tool: help tweaks.
src/arvtool.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/arvtool.c b/src/arvtool.c
index f1bf329..2271dc9 100644
--- a/src/arvtool.c
+++ b/src/arvtool.c
@@ -9,9 +9,9 @@ static char *arv_option_debug_domains = NULL;
static const GOptionEntry arv_option_entries[] =
{
{ "name", 'n', 0, G_OPTION_ARG_STRING,
- &arv_option_device_name, NULL, "device_name"},
+ &arv_option_device_name, NULL, "<device_name>"},
{ "debug", 'd', 0, G_OPTION_ARG_STRING,
- &arv_option_debug_domains, NULL, "category[:level][,...]" },
+ &arv_option_debug_domains, NULL, "<category>[:<level>][,...]" },
{ NULL }
};
@@ -91,12 +91,12 @@ description_content[] =
"\n"
" genicam: dump the content of the Genicam xml data\n"
" features: list all availale features\n"
-" description [<feature>] ...: show the full feature description\n"
+" description [<feature>] ...: show the full feature description\n"
" control <feature>[=<value>] ...: read/write device features\n"
"\n"
-"If no command is given, this utility will list all the available devices\n"
+"If no command is given, this utility will list all the available devices.\n"
"For the control command, direct access to device registers is provided using a R[address] syntax"
-" in place of a feature name \n"
+" in place of a feature name.\n"
"\n"
"Examples:\n"
"\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]