Parcourir la source

minor: Fix typo in development usage message.

pull/355/head
Daniel Shahaf il y a 8 ans
Parent
révision
e2f863c151
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tests/generate.zsh

+ 1
- 1
tests/generate.zsh Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer