minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-19 16:01:15 +03:00
parent d8ef954d94
commit 1b2e60fedc

12
argv.js
View File

@ -359,18 +359,18 @@ object.Constructor('Parser', {
//
// Formatting option spec:
//
// +-------------- .helpColumnOffset
// +-------------- .helpColumnOffset (3 tabs)
// /
// |<------------------------>|
//
// |<------+-------+------>|
//
// -o, --option=VALUE - option doc
// __ _ __
// \ \ \
// \ \ +---- .helpColumnPrefix
// \ \ +---- .helpColumnPrefix ('- ')
// \ \
// \ +--------------- .helpValueSeparator
// \ +--------------- .helpValueSeparator ('=')
// \
// +---------------------- .helpArgumentSeparator
// +---------------------- .helpArgumentSeparator (', ')
//
// doc config...
helpColumnOffset: 3,