From 50b1ba4d64d43d49eb71de430cea178c84834a51 Mon Sep 17 00:00:00 2001 From: jcjordyn130 Date: Sat, 11 Jun 2016 23:57:16 -0500 Subject: [PATCH] Fix the help text Fixed the help text where it says what it will exec --- arch-chroot.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-chroot.in b/arch-chroot.in index 3671bf4..22f6db3 100644 --- a/arch-chroot.in +++ b/arch-chroot.in @@ -11,7 +11,7 @@ usage: ${0##*/} chroot-dir [command] -h Print this help message -u [:group] Specify non-root user and optional group to use -If 'command' is unspecified, ${0##*/} will launch /bin/sh. +If 'command' is unspecified, ${0##*/} will launch /bin/bash. EOF }