lib/faastruby/cli/commands/function/update_context.rb in faastruby-0.4.4 vs lib/faastruby/cli/commands/function/update_context.rb in faastruby-0.4.5

- old
+ new

@@ -24,10 +24,10 @@ end spinner.stop('Done!') end def self.help - "update-context".blue + " WORKSPACE_NAME [-d, --data 'STRING'] [--stdin]" + "update-context".light_cyan + " WORKSPACE_NAME [-d, --data 'STRING'] [--stdin]" end def usage "Usage: faastruby #{self.class.help}" end