OSDN Git Service

Rename start script in smallcaps
authorHiroshi Miura <miurahr@linux.com>
Thu, 28 Apr 2016 18:58:28 +0000 (03:58 +0900)
committerHiroshi Miura <miurahr@linux.com>
Thu, 28 Apr 2016 18:59:00 +0000 (03:59 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md
build.gradle

index 6e962fe..ba8a254 100644 (file)
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
 - CLI: support -s/-e hex(0xAAAA) and octet(0777) numbers.
 - CLI: update man page according to option changes.
 - Manpage description.
+- CLI: start script is now 'dictzip' and 'dictzip.bat', all small caps.
 
 ### Fixed
 - Generate Maven POM with a proper groupId.
index 7af6e53..58373bc 100644 (file)
@@ -92,7 +92,7 @@ project(':dictzip-lib') {
 project(':dictzip-cli') {
   apply plugin: 'application'
   mainClassName = 'org.dict.zip.cli.Main'
-  applicationName = 'DictZip'
+  applicationName = 'dictzip'
 
   dependencies {
     compile project(':dictzip-lib'),