From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZkB112z0Sz32dy for ; Thu, 24 Apr 2025 22:46:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZkB0x6KwMz2yRh for ; Thu, 24 Apr 2025 22:46:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZkB0v4qfzz1X1; Thu, 24 Apr 2025 22:46:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745534800; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6WnV3X4BtO4s73U+1sV7YKrAhQBLVntD0EyvjPhPtz4=; b=yFgJydfuEfoar9d8WpsjgslQ4oeIW6ttneSHk7XRADJbJ+Np9nOUBJnqzsh1LrbXjfolee sbaeiEa3rGZpgfDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745534800; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6WnV3X4BtO4s73U+1sV7YKrAhQBLVntD0EyvjPhPtz4=; b=qHsP0fB/Aimo2+GNgyghcGhXaYJ1JgTFLap81+84PljjX2uZdvQ8YKSRmt5sX6iuX+WVaf +vyqpKt8EyhqqQfgho0YiPpwjdZhB+9IiTWENNvXufn7d9UdVQk0fZ+ogSvHAm4Sq/N7dd lfh+nvhdKUiKZILGzKApvGxX8jeaMx88tbrWDIy38ejfwxm6xbBft6F7m0aPagctLLScq0 /7I8A4m/rqV6TEiNbVzlj/4UyPakm1Kg768JTbL6gR4xY79K5tzJAq3zhm3kHGLQmCeyZ3 qgW+DkXdEPi1miXkrvEaZ67B4xBs0ivEwMqBjt+5aW0Ar+QfbCWrYvaG5r/5Ow== From: "Jon Murphy" To: "Stephen Cuka" , "IPFire: Development-List" Subject: Re: [PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire Usage:. Cc: "Stephen Cuka" Date: Thu, 24 Apr 2025 22:46:37 +0000 Message-Id: In-Reply-To: <20250423023903.144393-1-stephen@firemypi.org> References: <20250423023903.144393-1-stephen@firemypi.org> Reply-To: "Jon Murphy" Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Sorry for the late suggestion! I cleaned up the pakfire help a little. It removes some of the leading=20 spaces. ``` [root@ipfire ~] # pakfire Usage: pakfire [option] =E2=80=A6 pakfire provides a safe and easy way to install add-ons and updates. Commands: install [option] ... - install one or more packages remove [option] ... - uninstall one or more packages update - download new databases of packages upgrade - install latest version of all=20 packages list [ --no-colors | installed | notinstalled | upgrade ] - provides a list with all,=20 installed, available, or upgradeable packages info ... - provides package metadata for one=20 or more packages resolvedeps ... - provides a list of dependencies=20 for one or more packages status - summary of available core=20 upgrades, updates, and a required reboot Options: -y | --non-interactive - enables the non-interactive mode --no-colors - turns off colors ``` Feel free to use or feel free to ignore this. It is a suggestion. Jon ------ Original Message ------ >From "Stephen Cuka" To development@lists.ipfire.org Cc "Stephen Cuka" Date 4/22/2025 9:39:03=E2=80=AFPM Subject [PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire=20 Usage:. > - Add 'resolvedeps' command to pakfire 'Usage:'. > > - Break long lines in 'Usage:' so that they don't wrap. > > - Minor text and punctuation changes. > >Signed-off-by: Stephen Cuka >--- > src/pakfire/lib/functions.pl | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > >diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl >index e623e8bc3..17b04ad52 100644 >--- a/src/pakfire/lib/functions.pl >+++ b/src/pakfire/lib/functions.pl >@@ -112,11 +112,15 @@ sub logger { > > sub usage { > &Pakfire::message("Usage: pakfire [options] "= ); >- &Pakfire::message(" - Contacts the servers for n= ew lists of paks."); >- &Pakfire::message(" - Installs the latest versi= on of all paks."); >- &Pakfire::message(" [installed/notinstalled/upgrad= e] - Outputs a list with all, installed, available or upgradeable paks."); >+ &Pakfire::message(" - Contact the servers for ne= w lists of paks."); >+ &Pakfire::message(" - Install the latest versio= n of all paks."); >+ &Pakfire::message(" [installed|notinstalled|upgrad= e] - Output a list"); >+ &Pakfire::message(" of all, installed, available or upg= radeable paks."); > &Pakfire::message(" [ ...] - Output pa= k metadata."); >- &Pakfire::message(" - Outputs a summary about av= ailable core upgrades, updates and a required reboot"); >+ &Pakfire::message(" [ ...] - Res= olve and output pak"); >+ &Pakfire::message(" dependencies."); >+ &Pakfire::message(" - Output a summary of availa= ble core upgrades,"); >+ &Pakfire::message(" updates and a required reboot."); > &Pakfire::message(""); > &Pakfire::message(" Global options:"); > &Pakfire::message(" --non-interactive --> Enables the no= n-interactive mode."); >-- >2.43.0 > >