1
0
Эх сурвалжийг харах

unrar: reorder examples

extracting with original directory structure is arguably a more common use case than extracting the files in a flattened manner
Waldir Pimenta 9 жил өмнө
parent
commit
d7ab35d473
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 4 4
      pages/common/unrar.md

+ 4 - 4
pages/common/unrar.md

@@ -2,14 +2,14 @@
 
 > Extract RAR archives
 
-- extract files into current directory, losing directory structure in the archive
-
-`unrar e {{compressed.rar}}`
-
 - extract files with original directory structure
 
 `unrar x {{compressed.rar}}`
 
+- extract files into current directory, losing directory structure in the archive
+
+`unrar e {{compressed.rar}}`
+
 - test integrity of each file inside the archive file
 
 `unrar t {{compressed.rar}}`