Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: native_client_sdk/src/build_tools/sdk_tools/command/list.py

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()])
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | native_client_sdk/src/build_tools/sdk_tools/command/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698