Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Sep 9, 2024
1 parent 9a868ed commit 6b7367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shutorial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ prune-sessions)
echo "Usage:" >&2
echo " shutorial list # Print the list of existing exercises" >&2
echo " shutorial run [exercise] # Run the specified exercise" >&2
if [ "x${CHROOT_OK}" = x1 ] ; then
if [ "x${SCHROOT_OK}" = x1 ] ; then
echo " shutorial prune-sessions # End all shutorial sessions (warning, ongoing sessions will be terminated too)" >&2
fi
exit 1
Expand Down

0 comments on commit 6b7367b

Please sign in to comment.