Rename size_unit to size-unit and count_unit to count-unit.
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Jun 2008 21:29:59 +0000 (23:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Jun 2008 21:29:59 +0000 (23:29 +0200)
Other multi-word options also use a hyphen rather than an underscore.

adu.ggo

diff --git a/adu.ggo b/adu.ggo
index 0be213df4c7117025a8b717220887b7aa45a1e75..2a6af089b4af101cb56aecb9750077128ded50e5 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -175,7 +175,7 @@ details="
        print all lines.
 "
 
        print all lines.
 "
 
-option "size_unit" -
+option "size-unit" -
 #~~~~~~~~~~~~~~~~~~~
 "select output format for sizes"
 enum typestr="format"
 #~~~~~~~~~~~~~~~~~~~
 "select output format for sizes"
 enum typestr="format"
@@ -188,7 +188,7 @@ details="
        (2^40). The default is \"h\", i.e. human-readable.
 "
 
        (2^40). The default is \"h\", i.e. human-readable.
 "
 
-option "count_unit" -
+option "count-unit" -
 #~~~~~~~~~~~~~~~~~~~~
 "select output format for counted values"
 enum typestr="format"
 #~~~~~~~~~~~~~~~~~~~~
 "select output format for counted values"
 enum typestr="format"