diff --git a/just/bluefin-tools.just b/just/bluefin-tools.just
index 56bf84f1f45..9dd70157679 100644
--- a/just/bluefin-tools.just
+++ b/just/bluefin-tools.just
@@ -26,8 +26,23 @@ tensorflow:
podman run -it -p 8888:8888 docker.io/tensorflow/tensorflow:latest-jupyter # Start Jupyter server
# Setup a local Ollama instance in a container. Detect hardware, offer a choice if needed.
-ollama:
+ollama ACTION="":
#!/usr/bin/env bash
+ OPTION={{ ACTION }}
+ if [ "$OPTION" == "help" ]; then
+ echo "Usage: ujust ollama