浏览代码

nmap, pdftk, samtools, tig: ellipsis consistency.

Marco Bonelli 6 年之前
父节点
当前提交
1799a53d78
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      pages/common/nmap.md
  2. 1 1
      pages/common/pdftk.md
  3. 1 1
      pages/common/samtools.md
  4. 1 1
      pages/common/tig.md

+ 1 - 1
pages/common/nmap.md

@@ -22,7 +22,7 @@
 
 - Scan a specific list of ports (use -p- for all ports 1-65535):
 
-`nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}`
+`nmap -p {{port1,port2,,portN}} {{address_or_addresses}}`
 
 - Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP):
 

+ 1 - 1
pages/common/pdftk.md

@@ -8,7 +8,7 @@
 
 - Merge (concatenate) a list of PDF files and save the result as another one:
 
-`pdftk {{file1.pdf}} {{file2.pdf}} ... cat output {{output.pdf}}`
+`pdftk {{file1.pdf file2.pdf}} cat output {{output.pdf}}`
 
 - Split each page of a PDF file into a separate file, with a given filename output pattern:
 

+ 1 - 1
pages/common/samtools.md

@@ -29,7 +29,7 @@
 
 - Merge multiple files:
 
-`samtools merge {{output}} {{input_1}} [{{input_2}}...]`
+`samtools merge {{output}} {{input1 input2}}`
 
 - Split input file according to read groups:
 

+ 1 - 1
pages/common/tig.md

@@ -12,7 +12,7 @@
 
 - Show the history of specific files or directories:
 
-`tig {{path1}} {{path2}} ...`
+`tig {{path1 path2}}`
 
 - Show the difference between two references (such as branches or tags):