Return-Path: X-Original-To: apmail-corinthia-dev-archive@minotaur.apache.org Delivered-To: apmail-corinthia-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8058BCA61 for ; Sun, 11 Jan 2015 03:23:57 +0000 (UTC) Received: (qmail 70828 invoked by uid 500); 11 Jan 2015 03:23:58 -0000 Delivered-To: apmail-corinthia-dev-archive@corinthia.apache.org Received: (qmail 70803 invoked by uid 500); 11 Jan 2015 03:23:58 -0000 Mailing-List: contact dev-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list dev@corinthia.incubator.apache.org Received: (qmail 70792 invoked by uid 99); 11 Jan 2015 03:23:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2015 03:23:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 11 Jan 2015 03:23:37 +0000 Received: (qmail 70699 invoked by uid 99); 11 Jan 2015 03:23:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2015 03:23:34 +0000 Date: Sun, 11 Jan 2015 03:23:34 +0000 (UTC) From: "Peter Kelly (JIRA)" To: dev@corinthia.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COR-25) dfutil -unzip parameters reversed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COR-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272781#comment-14272781 ] Peter Kelly commented on COR-25: -------------------------------- I wouldn't worry about this one too much (or other stuff in dfutil) - there's a bunch of miscellaneous things I've put there at various times to manually test things, and most of them are only there because I haven't gotten around to removing them yet. dfutil is basically the equivalent of my messy desk which I've promised myself to clean up but never gotten around to ;) > dfutil -unzip parameters reversed > --------------------------------- > > Key: COR-25 > URL: https://issues.apache.org/jira/browse/COR-25 > Project: Corinthia > Issue Type: Bug > Reporter: Dennis E. Hamilton > Priority: Minor > Labels: dfutil > > The command help for dfutil lists these options for -zip and -unzip: > dfutil -zip sourceDir zipFilename > Create a zip file > dfutil -unzip destDir zipFilename > Extract a zip file > The -unzip is incorrect. The actual operation is > dfutil -unzip zipFilename destDir -- This message was sent by Atlassian JIRA (v6.3.4#6332)