diff --git a/scripts/dream.py b/scripts/dream.py index 6a3483757c..fd86e8edc1 100644 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -5,6 +5,7 @@ import warnings import invoke if __name__ == '__main__': - warnings.warn("dream.py is deprecated, please run invoke.py instead", + warnings.warn("dream.py is being deprecated, please run invoke.py for the " + "new UI/API or legacy_api.py for the old API", DeprecationWarning) invoke.main()