Clean help message.

This commit is contained in:
Christian Pierre MOMON 2016-08-17 11:57:14 +02:00
parent b4e41dd549
commit 08b5c9c55f
1 changed files with 4 additions and 7 deletions

View File

@ -94,17 +94,14 @@ 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]");
} }
/** /**