diff --git a/node/src/command.rs b/node/src/command.rs
index e2280216a4ffec7d2417c8c4b4103dabd59b8757..0bc288c97e6d1a38b756e0c3ba96d4c44f563748 100644
--- a/node/src/command.rs
+++ b/node/src/command.rs
@@ -59,7 +59,7 @@ impl SubstrateCli for Cli {
             #[cfg(feature = "gdev")]
             "dev" => Box::new(chain_spec::gdev::development_chain_spec()?),
             #[cfg(feature = "gdev")]
-            "local" => Box::new(chain_spec::gdev::local_testnet_config(1, 3, 4)?),
+            "local" | "gdev_local" => Box::new(chain_spec::gdev::local_testnet_config(1, 3, 4)?),
             #[cfg(feature = "gdev")]
             "local2" => Box::new(chain_spec::gdev::local_testnet_config(2, 3, 4)?),
             #[cfg(feature = "gdev")]