From: Stephen Cuka <stephen@firemypi.org>
To: development@lists.ipfire.org
Cc: Stephen Cuka <stephen@firemypi.org>
Subject: [PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire Usage:.
Date: Tue, 22 Apr 2025 20:39:03 -0600 [thread overview]
Message-ID: <20250423023903.144393-1-stephen@firemypi.org> (raw)
- 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 <stephen@firemypi.org>
---
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 <install|remove> [options] <pak(s)>");
- &Pakfire::message(" <update> - Contacts the servers for new lists of paks.");
- &Pakfire::message(" <upgrade> - Installs the latest version of all paks.");
- &Pakfire::message(" <list> [installed/notinstalled/upgrade] - Outputs a list with all, installed, available or upgradeable paks.");
+ &Pakfire::message(" <update> - Contact the servers for new lists of paks.");
+ &Pakfire::message(" <upgrade> - Install the latest version of all paks.");
+ &Pakfire::message(" <list> [installed|notinstalled|upgrade] - Output a list");
+ &Pakfire::message(" of all, installed, available or upgradeable paks.");
&Pakfire::message(" <info> <pak> [<pak> ...] - Output pak metadata.");
- &Pakfire::message(" <status> - Outputs a summary about available core upgrades, updates and a required reboot");
+ &Pakfire::message(" <resolvedeps> <pak> [<pak> ...] - Resolve and output pak");
+ &Pakfire::message(" dependencies.");
+ &Pakfire::message(" <status> - Output a summary of available core upgrades,");
+ &Pakfire::message(" updates and a required reboot.");
&Pakfire::message("");
&Pakfire::message(" Global options:");
&Pakfire::message(" --non-interactive --> Enables the non-interactive mode.");
--
2.43.0
next reply other threads:[~2025-04-23 2:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 2:39 Stephen Cuka [this message]
2025-04-24 22:46 ` Jon Murphy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250423023903.144393-1-stephen@firemypi.org \
--to=stephen@firemypi.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox