Parcourir la source

Merge pull request #599 from tldr-pages/unrar-reorder

unrar: reorder examples
Waldir Pimenta il y a 9 ans
Parent
commit
f3aba7930a
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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}}`