Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Better message for bug 1028633
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcp committed Jan 20, 2014
1 parent 10a79bc commit 0b67ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/misc/bin/oo-devel-node
Expand Up @@ -159,7 +159,7 @@ command :'app-create' do |c|
usage(c.syntax, "Missing --with-namespace NAMESPACE") unless options.with_namespace
usage(c.syntax, "Missing --with-app-name NAME") unless options.with_app_name
usage(c.syntax, "Missing --with-app-uuid UUID") unless options.with_app_uuid
usage(c.syntax, "Missing --with-container-uuid UUID") unless options.with_container_uuid
usage(c.syntax, "Missing --with-container-uuid UUID as the first option") unless options.with_container_uuid

container = OpenShift::Runtime::ApplicationContainer.new(
options.with_app_uuid,
Expand Down

0 comments on commit 0b67ffa

Please sign in to comment.