diff --git a/tasks/stack/stack.thor b/tasks/stack/stack.thor index 0a28579f..699dfd5b 100644 --- a/tasks/stack/stack.thor +++ b/tasks/stack/stack.thor @@ -40,7 +40,7 @@ class Stack < Thor exit(1) end - say_status 'note:', 'You can also run docker-sync in the background with docker-sync --daemon' + say_status 'note:', 'You can also run docker-sync in the background with docker-sync start' @sync_manager = DockerSync::SyncManager.new(config: config) @sync_manager.run(options[:sync_name])