mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
bat: fix typos (#5822)
This commit is contained in:
parent
6fd68b7097
commit
6a037d6fdb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# bat
|
# bat
|
||||||
|
|
||||||
> Affiche et concatène le contenu d'un ou plusieurs fichiers.
|
> Affiche et concatène le contenu d'un ou plusieurs fichiers.
|
||||||
> Un clon de `cat` avec mise en valeur de la syntaxe et integration avec Git.
|
> Un clone de `cat` avec mise en valeur de la syntaxe et integration avec Git.
|
||||||
> Plus d'informations : <https://github.com/sharkdp/bat>.
|
> Plus d'informations : <https://github.com/sharkdp/bat>.
|
||||||
|
|
||||||
- Affiche le contenu d'un fichier sur la sortie standard :
|
- Affiche le contenu d'un fichier sur la sortie standard :
|
||||||
|
@ -24,6 +24,6 @@
|
||||||
|
|
||||||
`bat --language json {{fichier.json}}`
|
`bat --language json {{fichier.json}}`
|
||||||
|
|
||||||
- Affiche toutes les langages prises en charge :
|
- Affiche tous les langages pris en charge :
|
||||||
|
|
||||||
`bat --list-languages`
|
`bat --list-languages`
|
||||||
|
|
Loading…
Add table
Reference in a new issue