From 7e019f6aa7f3c8afe8a660fb2c7ba21fc4dfd84d Mon Sep 17 00:00:00 2001 From: "Eslam A. Hefnawy" Date: Thu, 30 Jun 2016 15:34:21 +0200 Subject: [PATCH] replace sls with serverless --- lib/classes/PluginManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/PluginManager.js b/lib/classes/PluginManager.js index ca8ad2922..8e711a802 100644 --- a/lib/classes/PluginManager.js +++ b/lib/classes/PluginManager.js @@ -34,7 +34,7 @@ class PluginManager { if (!this.commands[commandsArray[0]]) { const errorMessage = [ `command "${commandsArray[0]}" not found`, - ' Run "sls help" for a list of all available commands.', + ' Run "serverless help" for a list of all available commands.', ].join(); throw new this.serverless.classes.Error(errorMessage); }