diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-07-11 21:26:32 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-07-11 21:26:32 -0400 |
commit | 8ec6df0afeb4ef69fa64de5516d16f4be48e0549 (patch) | |
tree | 53e07d994185fc6ec72c5874523a9d6b9e0f73cc | |
parent | 010a4bc91e745ef34175b521830f9c2b644cb0e6 (diff) | |
download | infrastructure-8ec6df0afeb4ef69fa64de5516d16f4be48e0549.tar.gz |
update boxconf usage
-rwxr-xr-x | boxconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ set -eu PROGNAME=boxconf -USAGE="${PROGNAME} [-d] [-e VAR=VALUE]... [-s SSH_HOST] HOSTNAME" +USAGE="${PROGNAME} [-d] [-s SSH_HOST] [-e VAR=VALUE]... HOSTNAME" BOXCONF_ROOT=$(dirname "$(readlink -f "$0")") usage(){ |