From c355fe01d0bb0702de331596e3ed8774a8673e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fuhry?= Date: Tue, 6 Jun 2023 23:42:26 +0200 Subject: [PATCH] I cringe at my own stupidity --- README.md | 1 + update | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 28d5bae..c207b25 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ no flag same as -p --help displays this message --preview shows a preview of which pkg's will be updates --version prints out the version number +--backup just does the before backup without updating ``` ## Contributing diff --git a/update b/update index 8696d2d..895696a 100644 --- a/update +++ b/update @@ -36,6 +36,7 @@ Help() { echo "--help displays this message" echo "--preview shows a preview of which pkg's can be updated" echo "--version prints out the version number" + echo "--backup just does the before backup without updating" } check_for_dblck() {