mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Improved help desc
This commit is contained in:
parent
96a1d1feb9
commit
ba105ab1f3
@ -71,7 +71,7 @@ module Uplot
|
|||||||
opt.on('--[no-]labels', 'hide the labels', TrueClass) do |v|
|
opt.on('--[no-]labels', 'hide the labels', TrueClass) do |v|
|
||||||
params.labels = v
|
params.labels = v
|
||||||
end
|
end
|
||||||
opt.on('--fmt VAL', 'xyy, xyxy', String) do |v|
|
opt.on('--fmt VAL', 'xyxy : header is like x1, y1, x2, y2, x3, y3...', 'xyy : header is like x, y1, y2, y2, y3...', String) do |v|
|
||||||
@fmt = v
|
@fmt = v
|
||||||
end
|
end
|
||||||
opt.on('--debug', TrueClass) do |v|
|
opt.on('--debug', TrueClass) do |v|
|
||||||
|
Loading…
Reference in New Issue
Block a user