X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/7ba459d508d5e3c08580e8ec6c3dbc7c1fedd289..b84052135e522d00278d33e0b3d0afbb46e03f51:/scripts/gen-options.awk diff --git a/scripts/gen-options.awk b/scripts/gen-options.awk index 30b8202..1fd0fdb 100755 --- a/scripts/gen-options.awk +++ b/scripts/gen-options.awk @@ -295,7 +295,7 @@ END { opt = options[opt] if (!(opt in optionhelp)) { print "\tARG_L10N_(PN_(\"" opt "\", \"\"))" - help_offsets[opt] = help_pos + help_offsets[opt] = help_pos - 1 } }