Browse Source

xz: added "the"

Hayden Schiff 9 years ago
parent
commit
4d7fcde503
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/xz.md

+ 2 - 2
pages/common/xz.md

@@ -18,10 +18,10 @@
 
 
 `xz -k {{file}}`
 `xz -k {{file}}`
 
 
-- Compress a file using fastest compression:
+- Compress a file using the fastest compression:
 
 
 `xz -0 {{file}}`
 `xz -0 {{file}}`
 
 
-- Compress a file using best compression:
+- Compress a file using the best compression:
 
 
 `xz -9 {{file}}`
 `xz -9 {{file}}`