From ebdf36d3c0d40b2d58450dc073f717e9b46daa3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 22 May 2024 17:14:30 +0200 Subject: [PATCH] Update description to include "rollback" keyword. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the keyword that I assume most people use when looking for this sort of a tool. Should be helpful. Signed-off-by: Nicolás Ortega Froysa --- pacundo.1 | 2 +- pacundo.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pacundo.1 b/pacundo.1 index ccd5f09..260d06e 100644 --- a/pacundo.1 +++ b/pacundo.1 @@ -1,6 +1,6 @@ .TH PACUNDO "1" "April 2024" "pacundo 1.0.1" "User Commands" .SH "NAME" -pacundo - A time machine to return your ArchLinux machine back to a working state. +pacundo - A time machine to roll back your ArchLinux machine to a working state. .SH "SYNOPSIS" .B pacundo [\fI\-i\fR|\fI\-r\fR] [\fI\-t\fR <\fInum\fR>] [\fI\-d\fR] diff --git a/pacundo.pl b/pacundo.pl index 62a2876..ab3b91a 100755 --- a/pacundo.pl +++ b/pacundo.pl @@ -39,7 +39,7 @@ sub print_version() { sub print_help() { &print_version(); - print("A time machine to return your ArchLinux machine back to a working state. + print("A time machine to roll back your ArchLinux machine to a working state. USAGE: $PROG_NAME [-i|-r] [-t ] [-d]