diff options
author | Rob Austein <sra@hactrn.net> | 2012-06-01 17:04:28 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-06-01 17:04:28 +0000 |
commit | 453864915caa75d007cb4b4c9891808c1b0e8880 (patch) | |
tree | 20bffa6171da890c906ff84a8a6a0597ebd2c320 /rcynic/rcynic-html.py | |
parent | 8ca67ed1f86bce2124aecd9e17a6a9ca9e646bb4 (diff) |
Apparently --dynamic-labels is too recent to use. It was a stylistic
whim anyway, just remove it. Closes #254.
svn path=/trunk/; revision=4522
Diffstat (limited to 'rcynic/rcynic-html.py')
-rw-r--r-- | rcynic/rcynic-html.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rcynic/rcynic-html.py b/rcynic/rcynic-html.py index e7692c0f..808b9f54 100644 --- a/rcynic/rcynic-html.py +++ b/rcynic/rcynic-html.py @@ -270,7 +270,6 @@ class Host(Problem_Mixin): "--right-axis-label", "Objects (count)", "--lower-limit", "0", "--right-axis", "1:0", - "--dynamic-labels", "--full-size-mode" ) graph_cmds = ( |