From d7ab35d47321a5d25e5962d5cba2993c9eeef0f9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 5 Jan 2016 17:31:30 +0000 Subject: [PATCH] unrar: reorder examples extracting with original directory structure is arguably a more common use case than extracting the files in a flattened manner --- pages/common/unrar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/unrar.md b/pages/common/unrar.md index 1dfdb09bff..1f7e2d0b06 100644 --- a/pages/common/unrar.md +++ b/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}}`