diff --git a/compose/cli/main.py b/compose/cli/main.py index ff6dba11d..c924d89dc 100644 --- a/compose/cli/main.py +++ b/compose/cli/main.py @@ -665,7 +665,7 @@ class TopLevelCommand(object): if options['--publish'] and options['--service-ports']: raise UserError( 'Service port mapping and manual port mapping ' - 'can not be used togather' + 'can not be used together' ) if options['COMMAND']: