소스 검색

minor: Fix typo in development usage message.

pull/355/head
Daniel Shahaf 8 년 전
부모
커밋
e2f863c151
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tests/generate.zsh

+ 1
- 1
tests/generate.zsh 파일 보기

@ -34,7 +34,7 @@ emulate -LR zsh
if (( $# != 3 )) || [[ $1 == -* ]]; then
print -r -- >&2 "$0: usage: $0 BUFFER HIGHLIGHTER BASENAME"
print -r -- >&2 ""
print -r -- >&2 "Generate highlighters/HIGHILGHTER/test-data/BASENAME.zsh based on the"
print -r -- >&2 "Generate highlighters/HIGHLIGHTER/test-data/BASENAME.zsh based on the"
print -r -- >&2 "current highlighting of BUFFER."
exit 1
fi

불러오는 중...
취소
저장