Просмотр исходного кода

sync: Update help text for --smart-sync to be more specific

The --smart-sync option should return the manifest for *the latest*
known good build.

Change-Id: I2f3216b5b9e1af2ea5f9c3bf1c025813a3b77581
David Pursehouse 9 лет назад
Родитель
Сommit
79fba68e40
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      subcmds/sync.py

+ 1 - 1
subcmds/sync.py

@@ -242,7 +242,7 @@ later is required to fix a server side protocol bug.
     if show_smart:
       p.add_option('-s', '--smart-sync',
                    dest='smart_sync', action='store_true',
-                   help='smart sync using manifest from a known good build')
+                   help='smart sync using manifest from the latest known good build')
       p.add_option('-t', '--smart-tag',
                    dest='smart_tag', action='store',
                    help='smart sync using manifest from a known tag')