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

Unified Diff: bash_completion

Issue 6334137: cros_workon: fix comments/messages to be consistent with new location (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 10 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 | bin/cros_workon_make » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bash_completion
diff --git a/bash_completion b/bash_completion
index bc9988aaceaa1ee45bac46ea9294f6114f2cd91e..0ff38e456d83b4ab95bb040854c62c51d0180b59 100644
--- a/bash_completion
+++ b/bash_completion
@@ -133,7 +133,7 @@ _autotest_complete() {
# TODO(petkov): Currently, this assumes that the command is the first
# argument. In practice, the command is the first non-flag
# argument. I.e., this should be fixed to support something like
-# "./cros_workon --all list".
+# "cros_workon --all list".
_complete_cros_workon_command() {
[ ${COMP_CWORD} -eq 1 ] || return 1
local command="${COMP_WORDS[1]}"
« no previous file with comments | « no previous file | bin/cros_workon_make » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698