mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Change -v to -V so that we can pass -v on to tmux if needed
This commit is contained in:
parent
bfb7a763d0
commit
050a515212
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ fi
|
|||
# Add a version argument for debugging purposes, enter manpage for help
|
||||
if [ "$#" = "1" ]; then
|
||||
case "$1" in
|
||||
-v|--version)
|
||||
-V|--version)
|
||||
echo "$PKG version $VERSION"
|
||||
if eval $BYOBU_TEST bash >/dev/null 2>&1; then
|
||||
# Check ulimits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue