From 2151a44729e6074dcd096b592f4dac7ae059151d Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 17 Nov 2023 12:01:10 +0000 Subject: [PATCH] Minor: add required --path argument to usage() --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index deffde798..81de4bd50 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -48,7 +48,7 @@ OPTIONS: -n, --name Specify a GitHub username to access a private repository -u, --upgrade Upgrades an existing installation to the latest release version -d, --update Updates an existing installation to the latest release version --p, --path Used with -d, --update, sets the existing install path +-p, --path Used with -d, --update, sets the existing install path -i, --insiders Installs from the Insiders Edition (RaspAP/raspap-insiders) -m, --minwrite Configures a microSD card for minimum write operation -v, --version Outputs release info and exits