From f790b058319b061944cc2992fb208b8f9e850843 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 25 Jul 2021 08:42:33 -0600 Subject: [PATCH] Updated shell option help text Necessary to help clarify the install option. --- bin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run b/bin/run index 5739356..9fa38e6 100755 --- a/bin/run +++ b/bin/run @@ -45,7 +45,7 @@ while true; do printf " rc: Install Rust crates.\n" printf " d: Apply default settings.\n" printf " cs: Configure installed software.\n" - printf " i: Install everything (i.e. executes all install options in order listed).\n" + printf " i: Install all (i.e. executes all of the above steps in order listed).\n" printf " Restore:\n" printf " R: Restore settings from backup.\n" printf " Manage:\n"