doc release

This commit is contained in:
Jonathan Shook
2020-06-23 18:26:17 -05:00
parent 5ce6a317ae
commit ef16b788e4
3 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ public class Synonyms {
put("hosts",Set.of("host"));
put("workload",Set.of("yaml"));
put("driver",Set.of("type"));
put("cyclerate",Set.of("targetrate"));
put("cyclerate",Set.of("targetrate","rate"));
}};
/**