From e2855aae9925862558c0bf7d0f5bf1111b6f8995 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 15 Sep 2021 14:23:23 -0400 Subject: [PATCH] Final touches on help dialog --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 15d8d4f..d1687d4 100755 --- a/installJRMC +++ b/installJRMC @@ -30,12 +30,12 @@ _printHelpAndExit() { OPTIONS --install, -i repo|rpm repo: Install MC from repository, future updates will be handled by the system package manager - rpm: Build and install MC locally (RPM-based OSes only) + rpm: Build and install MC locally (RPM-based OSes only) --build Build RPM from source DEB (no installation) --mcversion VERSION Build or install a specific MC version, ex. "28.0.25" (Default: scrape latest version from Interact) - --outputdir PATH + --outputdir PATH Generate rpmbuild output in this directory (Default: $PWD/output) --restorefile RESTOREFILE Restore file location for automatic license registration (Default: skip registration)