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

Unified Diff: host/cros_workon

Issue 6812022: Correct a typo in 'cros_workon' and make the command help look nicer (Closed) Base URL: ssh://gitrw.chromium.org:9222/dev-util.git@master
Patch Set: Fix up copyright notice to pass precheckin validation. Created 9 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/cros_workon
diff --git a/host/cros_workon b/host/cros_workon
index fc1c365ba825305a694d8ed1fc216ed79a4f7764..30fb68e80e198df5e4b395320be2f2d500b8cbe0 100755
--- a/host/cros_workon
+++ b/host/cros_workon
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -26,11 +26,11 @@ DEFINE_boolean all "${FLAGS_FALSE}" \
FLAGS_HELP="usage: $0 <command> [flags] [<list of packages>|--all]
commands:
- start: Moves an ebuild to live (intended to support development)
- stop: Moves an ebuild to stable (use last known good)
- list: List of live ebuilds (workon ebuilds if --all)
+ start: Moves an ebuild to live (intended to support development)
+ stop: Moves an ebuild to stable (use last known good)
+ list: List of live ebuilds (workon ebuilds if --all)
list-all: List all of the live ebuilds for all setup boards
- iterate: For each ebuild, cd to the source dir and run a commond"
+ iterate: For each ebuild, cd to the source dir and run a command"
FLAGS "$@" || { [ "${FLAGS_help}" = "${FLAGS_TRUE}" ] && exit 0; } || exit 1
eval set -- "${FLAGS_ARGV}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698