aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2011-06-14 11:47:41 +0200
committerClemens Ladisch <clemens@ladisch.de>2012-05-18 14:01:14 +0200
commit1189dad33ee11c5e4060e96da196d266d42b38fd (patch)
tree447b52d6a1e4b4dbc8bd5818ff6d257dc282301e
parent700e8e323f0c1a5f4c3361b43f0110fbfc296abd (diff)
downloadlinux-firewire-utils-1189dad33ee11c5e4060e96da196d266d42b38fd.tar.gz
firewire-request: fix -V option
Add the forgotten short form of the --version option.
-rw-r--r--src/firewire-request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firewire-request.c b/src/firewire-request.c
index 2bba44b..5043159 100644
--- a/src/firewire-request.c
+++ b/src/firewire-request.c
@@ -705,7 +705,7 @@ static void help_registers(void)
static command_func parse_parameters(int argc, char *argv[])
{
- static const char short_options[] = "vDh";
+ static const char short_options[] = "DvhV";
static const struct option long_options[] = {
{ "dump-register-names", 0, NULL, 'D' },
{ "verbose", 0, NULL, 'v' },