From a4f463cee4386f59397f49c84ddc3dea2a34aaed Mon Sep 17 00:00:00 2001 From: greymd Date: Wed, 26 Apr 2017 23:03:33 +0900 Subject: [PATCH] Bump version --- bin/xpanes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xpanes b/bin/xpanes index 96a361e..6e5b27b 100755 --- a/bin/xpanes +++ b/bin/xpanes @@ -3,7 +3,7 @@ set -e # @Author yasuhiro.yamada # @Filename xpanes -readonly _XP_VERSION="2.0.0-alpha" +readonly _XP_VERSION="2.0.0-alpha.1" # Error constants # =============== @@ -94,7 +94,7 @@ __xpanes::usage() { echo " -c Specify which is executed as a command in each panes. If is omitted, echo(1) is used." echo " -I Replacing one or more occurrences of in given by -c option. Default value of is {}." echo " --ssh Let 'ssh -o StrictHostKeyChecking=no {}'." - echo " -S,socket-path Specify a full alternative path to the server socket." + echo " -S socket-path Specify a full alternative path to the server socket." echo " -l Enable logging and store log files to $_XP_LOG_DIR." echo " --log[=] Enable logging and store log files to given ." echo " --log-format= File name of log files follows given ."