Update help information.

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
Nicolás A. Ortega Froysa 2024-05-02 13:12:34 +02:00
parent 8525b7f4e8
commit 75c663eb1e
2 changed files with 11 additions and 8 deletions

View File

@ -21,19 +21,22 @@ is especially helpful if the last update broke your system for some reason.
.SH "OPTIONS" .SH "OPTIONS"
.TP .TP
\fB\-i\fR \fB\-i\fR
Interactively select the transactions to undo (default behavior) Enter interactive mode to select package operations to undo (default behavior)
.TP .TP
\fB\-r\fR \fB\-r\fR
Non-interactively undo transactions Non-interactively undo entire transactions
.TP .TP
\fB\-t\fR <\fInum\fR> \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 .TP
\fB\-h\fR \fB\-h\fR
Show help information Show this help information
.TP .TP
\fB\-v\fR \fB\-v\fR
Show program version Print program version
.SH "AUTHOR" .SH "AUTHOR"
Written by Nicolás A. Ortega Froysa. Written by Nicolás A. Ortega Froysa.

View File

@ -47,9 +47,9 @@ USAGE:
$PROG_NAME -v $PROG_NAME -v
OPTIONS: OPTIONS:
-i Enter interactive mode to select packages to downgrade [default behavior] -i Enter interactive mode to select package operations to undo (default behavior)
-r Automatically downgrade all packages from last upgrade -r Non-interactively undo entire transactions
-t <num> Specify the number of transactions to include for undoing selection [default 1] -t <num> Specify the number of transactions to include (default: 1)
-d Dry run, i.e. don't actually do anything -d Dry run, i.e. don't actually do anything
-h Show this help information -h Show this help information
-v Print program version\n"); -v Print program version\n");