diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 12de3d5d..0056287d 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -91,8 +91,8 @@ Available Commands: export Exports a specified container. help Help about any command. htop Interactive process viewer (requires htop). - jcp cp(1) files from a jail to jail(s). 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). list List containers (running). mount Mount a volume inside the targeted container(s). @@ -201,8 +201,8 @@ case "${CMD}" in etcupdate| \ export| \ htop| \ - jcp | \ import| \ + jcp| \ limits| \ list| \ mount| \ @@ -246,4 +246,4 @@ if [ -f "${SCRIPTPATH}" ]; then fi else error_exit "${SCRIPTPATH} not found." -fi \ No newline at end of file +fi