Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/hanami/cli/commands/app/dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module App
class Dev < App::Command
# @since 2.1.0
# @api private
desc "Start the application in development mode"
desc "Start all servers in Procfile.dev, for development"

# @since 2.1.0
# @api private
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/cli/commands/app/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Server < Command
DEFAULT_CONFIG_PATH = "config.ru"
private_constant :DEFAULT_CONFIG_PATH

desc "Start Hanami app server"
desc "Start Hanami server (Ruby only), for development"

option :host, default: nil, required: false,
desc: "The host address to bind to (falls back to the rack handler)"
Expand Down