1
0
Эх сурвалжийг харах

Merge pull request #574 from bfirsh/update-tagline

Update tagline to match website
Aanand Prasad 11 жил өмнө
parent
commit
67d4b7c587
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      fig/cli/main.py
  2. 1 1
      setup.py

+ 1 - 1
fig/cli/main.py

@@ -68,7 +68,7 @@ def parse_doc_section(name, source):
 
 
 class TopLevelCommand(Command):
-    """Punctual, lightweight development environments using Docker.
+    """Fast, isolated development environments using Docker.
 
     Usage:
       fig [options] [COMMAND] [ARGS...]

+ 1 - 1
setup.py

@@ -49,7 +49,7 @@ if sys.version_info < (2, 7):
 setup(
     name='fig',
     version=find_version("fig", "__init__.py"),
-    description='Punctual, lightweight development environments using Docker',
+    description='Fast, isolated development environments using Docker',
     url='http://www.fig.sh/',
     author='Docker, Inc.',
     license='Apache License 2.0',