texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5428] Specify that --variable takes an argument


From: Gavin D. Smith
Subject: [5428] Specify that --variable takes an argument
Date: Sat, 05 Apr 2014 15:11:49 +0000

Revision: 5428
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5428
Author:   gavin
Date:     2014-04-05 15:11:48 +0000 (Sat, 05 Apr 2014)
Log Message:
-----------
Specify that --variable takes an argument

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/info.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-04-03 21:30:50 UTC (rev 5427)
+++ trunk/ChangeLog     2014-04-05 15:11:48 UTC (rev 5428)
@@ -1,3 +1,9 @@
+2014-04-05  Gavin Smith  <address@hidden>
+
+
+       * info/info.c (long_options): Specify that --variable takes an
+       argument, like its short equivalent -v.
+
 2014-04-01  Gavin Smith  <address@hidden>
 
        * info/search.c (regexp_search): Remove unnecessary test for

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2014-04-03 21:30:50 UTC (rev 5427)
+++ trunk/info/info.c   2014-04-05 15:11:48 UTC (rev 5428)
@@ -128,7 +128,7 @@
   { "strict-node-location", 0, &strict_node_location_p, 1 },
   { "subnodes", 0, &dump_subnodes, 1 },
   { "usage", 0, 0, 'O' },
-  { "variable", 0, 0, 'v' },
+  { "variable", 1, 0, 'v' },
   { "version", 0, &print_version_p, 1 },
   { "vi-keys", 0, &vi_keys_p, 1 },
   { "where", 0, &print_where_p, 1 },




reply via email to

[Prev in Thread] Current Thread [Next in Thread]