scripts: Remove -v short options for not verbose.
Remove the -v options that conflict with the new --verbose's short
-v option. No usages of the short options found in code search.
BUG=chromium:1062330
TEST=run_tests, cq
Change-Id: I0db5bc4ec5cb2c44ef5412ce5d82f5e68efc93ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/2116283
Tested-by: Alex Klein <saklein@chromium.org>
Commit-Queue: Alex Klein <saklein@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
diff --git a/scripts/loman.py b/scripts/loman.py
index af581ef..2453ab3 100644
--- a/scripts/loman.py
+++ b/scripts/loman.py
@@ -135,7 +135,7 @@
default=False, help='Is this a workon package?')
subparser.add_argument('-r', '--remote',
help='Remote project name (for non-workon packages).')
- subparser.add_argument('-v', '--revision',
+ subparser.add_argument('--revision',
help='Use to override the manifest defined default '
'revision used for a given project.')
subparser.add_argument('project', help='Name of project in the manifest.')