Alter how internal help invocation work to make life a bit easier

This commit is contained in:
2013-06-03 09:46:03 +03:00
parent adcea18bdc
commit df5e6031cd
8 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ has-completions() {
}
if [ -z "$1" ]; then
echo "$(tmuxifier-help completions)" >&2
echo "$(tmuxifier-help completions $@)" >&2
exit 1
fi