Skip to content

Commit 633bf35

Browse files
committed
Fixing Usage
1 parent 5d3950a commit 633bf35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

puml2confluence-core/src/main/java/com/kicksolutions/confluence/Puml2Confluence.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
public class Puml2Confluence {
1414
private static final Logger LOGGER = Logger.getLogger(Puml2Confluence.class.getName());
1515
private static final String USAGE = new StringBuilder()
16-
.append(" Usage: com.kicksolutions.confluence.Puml2Confluence <options> \n")
16+
.append(" Usage: ")
17+
.append(Puml2Confluence.class.getName()).append(" <options> \n")
1718
.append(" -i <Path of Puml> ").append(" -a <Parent Page Id> ").append(" -u <User Name> ")
1819
.append(" -p <Password> ").append(" -l <Conflunce URL> ").append(" -s <Confluenec Space key>")
1920
.append(" -t <Title of Page>").toString();

0 commit comments

Comments
 (0)