]> git.wh0rd.org - home.git/blobdiff - .bin/cros-repo
cros-repo: update master->main
[home.git] / .bin / cros-repo
index 567347f30152b29aa6453aabb826f2868cb26c83..d8f5b5e270fba8d98764c70c721eca31bbdf70ad 100755 (executable)
@@ -141,7 +141,7 @@ def get_parser():
         description=__doc__,
         formatter_class=argparse.RawDescriptionHelpFormatter)
     parser.add_argument('-b', '--branch',
-                        help='Switch branches (use "master" to get to ToT)')
+                        help='Switch branches (use "main" to get to ToT)')
     parser.add_argument('-r', '--ref', '--reference', default='~/chromiumos/',
                         help='Patch to reference repo (default: %(default)s)')
     parser.add_argument('-g', '--group',