From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::243; helo=mail-lf0-x243.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4BD4920356265 for ; Mon, 4 Dec 2017 21:52:59 -0800 (PST) Received: by mail-lf0-x243.google.com with SMTP id 74so21889899lfs.0 for ; Mon, 04 Dec 2017 21:57:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=90NbsxWih68Z7iFInjnN+qbm6fZGdAJABBf0wufy1gQ=; b=C7QcC/464asi0m+yLLuvIljBRMtEm1iluzSKr3PNSR5JvO9TOowmT2+wGPHUYYPIgS D34b5XrhoyDxDSO7YdGrIdrJ2ycgSFjWSgU1oO+g+VNbuXOQH2mNLT5Z5kKAsjlAHhQu +M2C/3Q7+cPMBPTwWKt3SYAjrjxAAzvAJauyj0ftO7K8T3zIjJTsxczLgOcDlKWiix90 ANIH8BJLZaMOz7pHscom9gTjdLWjXfCGYf3kSsN762LRMnyTbuy66vWk/Fu1gj0C1CVZ /h7jjbJXW10ehgPc28TWPiTLDz2IlfmySJ0rUainYzztLYqNzKtIEox2mc/ys63xllbo 5IcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=90NbsxWih68Z7iFInjnN+qbm6fZGdAJABBf0wufy1gQ=; b=V7JWKfoaCZDz9k0O7Co1dbhNMhFdAOsLDBMC6AF9l/G3U19866OjDzl3q14MelGYAv YMt7vnpWd3Cz1HNye82bnmERpd3r+KdXxuj1A1StqY2bHVXXqhW75xJI/XumeYv0x94X 4/xq/i9s17H+UXLufAtz6bGFJLa8wCzuontJfc/A7Dad0KMxyk1XM8YMuYm5b+JHHAKk zjc1QioqZezv+xxLBQbAFPgINGA5cAqi/VPVby7X9RGtxUFoHcVdDDE3NSpD6X0e39SR bEKqLQy2o7qxdNE7NkQTQbvfbxF6xfC3knN2s/3BGnwjvcO4urQN/Nip6dntVHrGz3Io GrLg== X-Gm-Message-State: AJaThX4UVRCpjBZwqMI8++yKMpcWIy9m+QLA4AOfaW7eOENQxorr6ZuM D8WbZt1kE2YZ6zbiI6/dTUX6KX8VTLw= X-Google-Smtp-Source: AGs4zMay0bSkJhjF5tDFku2uGtE4QsT4LQBEVzZWircrlUNPzNKF8Q/6SNU36yYeK/Jy5C1VlohFXA== X-Received: by 10.46.91.217 with SMTP id m86mr10674260lje.166.1512453447762; Mon, 04 Dec 2017 21:57:27 -0800 (PST) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id t80sm1033671lfe.26.2017.12.04.21.57.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Dec 2017 21:57:27 -0800 (PST) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, neta@marvell.com, kostap@marvell.com, jinghua@marvell.com, mw@semihalf.com, jsd@semihalf.com Date: Tue, 5 Dec 2017 06:57:04 +0100 Message-Id: <1512453425-25446-4-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1512453425-25446-1-git-send-email-mw@semihalf.com> References: <1512453425-25446-1-git-send-email-mw@semihalf.com> Subject: [platforms: PATCH v3 3/4] Marvell/Applications: FirmwareUpdate: Fix usage information X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 05:52:59 -0000 fupdate command's usage information referred to a deprecated '-f' flag in 'examples' section. It was a residue from the initial version of the application, removed during review before merging to upstream branch. Correct the help information and also on the occasion improve the message and its style. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Platform/Marvell/Applications/FirmwareUpdate/FUpdate.uni | Bin 5146 -> 5190 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Marvell/Applications/FirmwareUpdate/FUpdate.uni b/Platform/Marvell/Applications/FirmwareUpdate/FUpdate.uni index 9d52e590c6d239621d226a240a3f9755210f52fe..146f624737d96e2cd354857dbb63390ebe2f347e 100644 GIT binary patch delta 56 zcmbQGaZF=_h>&