diff --git a/packages/cli/src/hosting/index.js b/packages/cli/src/hosting/index.js index a3a4b4cffa..a8e77f49d7 100644 --- a/packages/cli/src/hosting/index.js +++ b/packages/cli/src/hosting/index.js @@ -149,7 +149,7 @@ const command = new Command(`${CommandWords.HOSTING}`) ) .addSubOption( "--update", - "Updates the Budibase images to the latest version.", + "Update the Budibase images to the latest version.", update )