소스 검색

Use long options in `bat` page (#9590)

Emily Grace Seville 2 년 전
부모
커밋
a39b7589df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/bat.md

+ 1 - 1
pages/common/bat.md

@@ -18,7 +18,7 @@
 
 - Number all output lines:
 
-`bat -n {{path/to/file}}`
+`bat --number {{path/to/file}}`
 
 - Syntax highlight a JSON file: