diff --git a/console/app/views/scaling/new.html.haml b/console/app/views/scaling/new.html.haml index 07da1aebcae..fb165d1a761 100644 --- a/console/app/views/scaling/new.html.haml +++ b/console/app/views/scaling/new.html.haml @@ -8,10 +8,10 @@ This application is not currently scalable. For the time being applications must be set to scale when they are created. To make a new application scalable you will need to pass the command line - option --scale: + option --scaling: %pre.cli - rhc create-app --scale -a <your application> ... + rhc create-app --scaling -a <your application> ... %p or select "scaling" from the advanced options on the Create Application page.