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 1/2] 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() { From dbafa1dde0830bfdd3d567addb3a86c0db1479c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fuhry?= Date: Tue, 6 Jun 2023 23:43:39 +0200 Subject: [PATCH 2/2] Bruh --- README.md | 2 +- update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c207b25..2a30ce7 100644 --- a/README.md +++ b/README.md @@ -34,7 +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 +--backup just does the pre-backup without updating ``` ## Contributing diff --git a/update b/update index 895696a..dfd1290 100644 --- a/update +++ b/update @@ -36,7 +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" + echo "--backup just does the pre-backup without updating" } check_for_dblck() {