]> sourceware.org Git - lvm2.git/commit
Fix command line option decoding
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 16 Sep 2011 12:10:02 +0000 (12:10 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 16 Sep 2011 12:10:02 +0000 (12:10 +0000)
commit75394455bc4ff649d4d505718e3547252dfbd1cf
treea2fe2697cb50e1a1c54b520c714209cda89a056a
parentb565cb3503889ff7d3585f9767d9ad41b40403d8
Fix command line option decoding

LVM has huge set of options now - it's approaching 60 short-arg less options
and we get interesting case of misdetection for 'merge' option which has been
put into the middle of options with 'short_arg' - thus certainly past 65. (ASCII 'A').

To avoid confusion of short_arg with long_opt number - add  '128' to all such
non-short-arg options.
WHATS_NEW
tools/lvmcmdline.c
This page took 0.031612 seconds and 5 git commands to generate.