mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 17:20:12 +01:00
bastille: keep alphabetical order for commands
This commit is contained in:
@@ -91,8 +91,8 @@ Available Commands:
|
|||||||
export Exports a specified container.
|
export Exports a specified container.
|
||||||
help Help about any command.
|
help Help about any command.
|
||||||
htop Interactive process viewer (requires htop).
|
htop Interactive process viewer (requires htop).
|
||||||
jcp cp(1) files from a jail to jail(s).
|
|
||||||
import Import a specified container.
|
import Import a specified container.
|
||||||
|
jcp cp(1) files from a jail to jail(s).
|
||||||
limits Apply resources limits to targeted container(s). See rctl(8).
|
limits Apply resources limits to targeted container(s). See rctl(8).
|
||||||
list List containers (running).
|
list List containers (running).
|
||||||
mount Mount a volume inside the targeted container(s).
|
mount Mount a volume inside the targeted container(s).
|
||||||
@@ -201,8 +201,8 @@ case "${CMD}" in
|
|||||||
etcupdate| \
|
etcupdate| \
|
||||||
export| \
|
export| \
|
||||||
htop| \
|
htop| \
|
||||||
jcp | \
|
|
||||||
import| \
|
import| \
|
||||||
|
jcp| \
|
||||||
limits| \
|
limits| \
|
||||||
list| \
|
list| \
|
||||||
mount| \
|
mount| \
|
||||||
@@ -246,4 +246,4 @@ if [ -f "${SCRIPTPATH}" ]; then
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
error_exit "${SCRIPTPATH} not found."
|
error_exit "${SCRIPTPATH} not found."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user