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

Unified Diff: git-map

Issue 2157763002: git map: Add -h, --help option (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: Do not use less for --help output Created 4 years, 5 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 | git_map.py » ('j') | git_map.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-map
diff --git a/git-map b/git-map
index 21cffeabb5975f897ad65e3b72621af6ab174330..6b1a88a79f92c60030cce8017015d841ea8d28eb 100755
--- a/git-map
+++ b/git-map
@@ -3,4 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-. $(type -P python_runner.sh) | less -R
+. $(type -P python_runner.sh)
« no previous file with comments | « no previous file | git_map.py » ('j') | git_map.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698