diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 0141f500..e39df466 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -63,7 +63,7 @@ const Install: React.FC = () => { if (option === "screenshots" && installOptions[option].value === "local") { command += ` --screenshots=local`; } else { - command += ` --${option.replace(/-/g, '_')}`; + command += ` --${option}`; if (installOptions[option].value !== true) { command += `=${installOptions[option].value}`; }