Skip to content

Commit f26f6b4

Browse files
committed
Adjusted dispatcher metadata
1 parent 76ce984 commit f26f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gitblit/plugin/powertools/GitblitDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import com.gitblit.transport.ssh.commands.DispatchCommand;
2323

2424
@Extension
25-
@CommandMetaData(name = "gitblit", aliases = {"gb"}, description = "Gitblit server commands")
25+
@CommandMetaData(name = "gitblit", aliases = {"gb"}, description = "Gitblit powertools commands")
2626
public class GitblitDispatcher extends DispatchCommand {
2727

2828
@Override

0 commit comments

Comments
 (0)