diff --git a/pqsetup/executable.py b/pqsetup/executable.py index 77fbfa6..905ce9a 100644 --- a/pqsetup/executable.py +++ b/pqsetup/executable.py @@ -175,5 +175,5 @@ def discover_pq( return status return PQStatus( found=False, - detail=("PQ was not found. Set PQ_EXECUTABLE or choose it in settings."), + detail=("PQ was not found. Set PQ_EXECUTABLE or pass --pq-executable."), )