meson.options: make dump-rotate-config kebab-case

Generally, feature options are kebab-case style and all of them
in phosphor-debug-collector are except this one.  Adjust it to
match the style.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib2a51badc3d294b471e78810304bd2e690820868
diff --git a/meson.options b/meson.options
index 57cc06e..ed58cfa 100644
--- a/meson.options
+++ b/meson.options
@@ -114,7 +114,7 @@
 )
 
 option(
-    'dump_rotate_config',
+    'dump-rotate-config',
     type: 'feature',
     value: 'disabled',
     description: 'Enable rotate config for bmc dump',