diff --git a/lib/actions/os.coffee b/lib/actions/os.coffee index b7c70e49..7bd6ca2e 100644 --- a/lib/actions/os.coffee +++ b/lib/actions/os.coffee @@ -254,7 +254,8 @@ exports.configure = ''' if params.uuid console.warn( - 'Directly passing a UUID to `resin os configure` is deprecated. Pass it with --uuid instead.' + + 'Directly passing a UUID to `resin os configure` is deprecated, and will stop working in future.\n' + + 'Pass your device UUID with --device instead.' + if params.deviceApiKey ' Device api keys can be passed with --deviceApiKey.\n' else '\n'