We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf040d commit e01bb84Copy full SHA for e01bb84
utils/swagger_helper.go
@@ -5,7 +5,7 @@ package utils
5
// Description for swagger documentation.
6
var SwaggerDescription string = "This is a documentation of the **acmcsuf API**.\n\n" +
7
"---\n" +
8
- "# **csuf-cli**\n" +
+ "# **acmcsuf-cli**\n" +
9
"The command line interface tools provide a quick and easy way to test out the currently implemented routes.\n\n" +
10
"## **csuf events [command]**\n" +
11
"Use this command to interact with event-related features.\n\n" +
0 commit comments