diff --git a/cli/cli/Services/Docs/DocService.cs b/cli/cli/Services/Docs/DocService.cs index 0bb1c51702..c113a2d211 100644 --- a/cli/cli/Services/Docs/DocService.cs +++ b/cli/cli/Services/Docs/DocService.cs @@ -128,7 +128,7 @@ public string GetLink(string category, BeamCommandDescriptor desc) public string GetUsage(BeamCommandDescriptor desc) { var sb = new StringBuilder(); - sb.Append("```shell\n"); + sb.Append("```bash\n"); sb.Append(desc.executionPath); foreach (var arg in desc.command.Arguments) {