From 87fb5a1894354ec0e34ccec427a9803e24157847 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Jun 2019 01:54:46 -0400 Subject: repo/main: add module docstrings This should help people get some bearings in the codebase. Change-Id: I951238fe617a3ecb04a47ead3809ec72c8fbf5a1 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/231232 Reviewed-by: David Pursehouse Tested-by: Mike Frysinger --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main.py') diff --git a/main.py b/main.py index 54817776..5c546e82 100755 --- a/main.py +++ b/main.py @@ -15,6 +15,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""The repo tool. + +People shouldn't run this directly; instead, they should use the `repo` wrapper +which takes care of execing this entry point. +""" + from __future__ import print_function import getpass import imp -- cgit v1.2.3-54-g00ecf