From ad7f1f70a9aa23fce799368ddc91443bf1585cbc Mon Sep 17 00:00:00 2001 From: Eduard T Date: Mon, 27 May 2024 16:57:03 -0500 Subject: [PATCH] Better help message. --- pkgrecover.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgrecover.sh b/pkgrecover.sh index 48dcaa6..87bbec1 100644 --- a/pkgrecover.sh +++ b/pkgrecover.sh @@ -84,8 +84,8 @@ using_paclog() { usage() { echo "Usage: $0 [OPTIONS]" echo "Options:" - echo " --pacman-db \"\" [--dry-run] Reinstall packages upgraded after the given date using pacman database. Please quote the date." - echo " --paclog \"\" [--dry-run] Reinstall packages upgraded after the given date using pacman log. Please quote the date." + echo " --pacman-db \"\" [--dry-run] Reinstall packages upgraded after the given date using pacman database. Please quote the date in the format 'YYYY-MM-DD HH:MM:SS'" + echo " --paclog \"\" [--dry-run] Reinstall packages upgraded after the given date using pacman log. Please quote the date in the format 'YYYY-MM-DD HH:MM:SS'" exit 1 }