Browse Source

unzip: clarify charset description

Agniva De Sarker 6 years ago
parent
commit
8f6a40fe9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/unzip.md

+ 2 - 2
pages/common/unzip.md

@@ -18,6 +18,6 @@
 
 `unzip -c {{file.zip}}`
 
-- Extract zip file created by windows (you may use the command if there are non-ascii filenames in zip file):
+- Extract a zip file created in windows, containing files with non-ascii (chinese) filenames:
 
-`unzip -O gbk {{file.zip}}`
+`unzip -O {{gbk}} {{file.zip}}`