Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Apr 26, 2017
1 parent af9e4e7 commit a4f463c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ===============
Expand Down Expand Up @@ -94,7 +94,7 @@ __xpanes::usage() {
echo " -c <utility> Specify <utility> which is executed as a command in each panes. If <utility> is omitted, echo(1) is used."
echo " -I <repstr> Replacing one or more occurrences of <repstr> in <utility> given by -c option. Default value of <repstr> is {}."
echo " --ssh Let <utility> '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[=<directory>] Enable logging and store log files to given <directory>."
echo " --log-format=<FORMAT> File name of log files follows given <FORMAT>."
Expand Down

0 comments on commit a4f463c

Please sign in to comment.