From 75c663eb1e2a77e2a3b85dbee3217435d1446069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 2 May 2024 13:12:34 +0200 Subject: [PATCH] Update help information. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Ortega Froysa --- pacundo.1 | 13 ++++++++----- pacundo.pl | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/pacundo.1 b/pacundo.1 index 092497b..0d9ae27 100644 --- a/pacundo.1 +++ b/pacundo.1 @@ -21,19 +21,22 @@ is especially helpful if the last update broke your system for some reason. .SH "OPTIONS" .TP \fB\-i\fR -Interactively select the transactions to undo (default behavior) +Enter interactive mode to select package operations to undo (default behavior) .TP \fB\-r\fR -Non-interactively undo transactions +Non-interactively undo entire transactions .TP \fB\-t\fR <\fInum\fR> -Select number of transactions to include (default: 1) +Specify the number of transactions to include (default: 1) +.TP +\fB\-d\fR +Dry run, i.e. don't actually do anything .TP \fB\-h\fR -Show help information +Show this help information .TP \fB\-v\fR -Show program version +Print program version .SH "AUTHOR" Written by Nicolás A. Ortega Froysa. diff --git a/pacundo.pl b/pacundo.pl index 9b782cc..c3cef92 100755 --- a/pacundo.pl +++ b/pacundo.pl @@ -47,9 +47,9 @@ USAGE: $PROG_NAME -v OPTIONS: - -i Enter interactive mode to select packages to downgrade [default behavior] - -r Automatically downgrade all packages from last upgrade - -t Specify the number of transactions to include for undoing selection [default 1] + -i Enter interactive mode to select package operations to undo (default behavior) + -r Non-interactively undo entire transactions + -t Specify the number of transactions to include (default: 1) -d Dry run, i.e. don't actually do anything -h Show this help information -v Print program version\n");