Index: native_client_sdk/src/build_tools/sdk_tools/command/list.py |
diff --git a/native_client_sdk/src/build_tools/sdk_tools/command/list.py b/native_client_sdk/src/build_tools/sdk_tools/command/list.py |
index da350585168db8ba817c1b66692ee878e1ad12ff..50ba196890c2eed07ab84c07f4b4af56f410bde9 100644 |
--- a/native_client_sdk/src/build_tools/sdk_tools/command/list.py |
+++ b/native_client_sdk/src/build_tools/sdk_tools/command/list.py |
@@ -15,7 +15,7 @@ def List(remote_manifest, local_manifest, display_revisions): |
_PrintBundle(local_bundle, bundle, needs_update, display_revisions) |
if not any_bundles_need_update: |
- print '\nAll installed bundles are up-to-date.' |
+ print '\nAll installed bundles are up to date.' |
local_only_bundles = set([b.name for b in local_manifest.GetBundles()]) |
local_only_bundles -= set([b.name for b in remote_manifest.GetBundles()]) |