Skip to content

Commit

Permalink
Merge pull request #19 from rawler/master
Browse files Browse the repository at this point in the history
Add undocumented --disable-rrdtool-tag flag
  • Loading branch information
morellon committed Feb 25, 2013
2 parents ce3ee1d + e33ba04 commit 9aed09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rrd/graph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Graph
DEF_OPTIONS= [:from]
GRAPH_FLAGS = [:only_graph, :full_size_mode, :rigid, :alt_autoscale, :no_gridfit,
:alt_y_grid, :logarithmic, :no_legend, :force_rules_legend, :lazy,
:pango_markup, :slope_mode, :interlaced]
:pango_markup, :slope_mode, :interlaced, :disable_rrdtool_tag]

attr_accessor :output, :parameters, :definitions, :printables

Expand Down Expand Up @@ -123,4 +123,4 @@ def draw(type, options)
printable
end
end
end
end

0 comments on commit 9aed09c

Please sign in to comment.