Skip to content

Commit 79cf259

Browse files
authored
Add note about login command (#130)
1 parent 95aae6b commit 79cf259

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rootfs/usr/bin/cli.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ while true; do
88
COMMAND="$(rlwrap -S $'\e[32mha > \e[0m' -H /tmp/.cli_history -o cat)"
99

1010
# Abort to host?
11-
if [ "$COMMAND" == "login" ]; then
11+
if [ "$COMMAND" == "help" ]; then
12+
echo "Note: Use \"login\" to enter operating system shell"
13+
elif [ "$COMMAND" == "login" ]; then
1214
exit 10
1315
elif [ "$COMMAND" == "exit" ]; then
1416
exit

0 commit comments

Comments
 (0)