Clean help message.

This commit is contained in:
Christian Pierre MOMON 2016-08-17 11:57:14 +02:00
parent b4e41dd549
commit 08b5c9c55f

View File

@ -94,15 +94,12 @@ public final class SibaCLI
} }
/** /**
*
* This method send help response. * This method send help response.
*
*/ */
public static void help() public static void help()
{ {
System.out.println("usage :"); System.out.println("Usage:");
System.out.println("Siba :"); System.out.println(" siba [ -h | -help | --help ]");
System.out.println("Siba [-h |-help| --help]");
System.out.println(" siba backup directoryToSave [ target ]"); System.out.println(" siba backup directoryToSave [ target ]");
System.out.println(" siba check [ filename | filename.tgz | filename.tgz.md5 ]"); System.out.println(" siba check [ filename | filename.tgz | filename.tgz.md5 ]");
} }