diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2016-04-13 18:03:00 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2016-04-13 18:03:00 +0900 |
commit | 79fba68e4010f522e3c0e16a099b6176e798ef35 (patch) | |
tree | dd4992df769b7b067c8fd226aece60a774fb9087 /subcmds | |
parent | e868841782314e431134c24c350f5a353306fa7d (diff) | |
download | git-repo-79fba68e4010f522e3c0e16a099b6176e798ef35.tar.gz |
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
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 4af411c9..9124a653 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -242,7 +242,7 @@ later is required to fix a server side protocol bug. | |||
242 | if show_smart: | 242 | if show_smart: |
243 | p.add_option('-s', '--smart-sync', | 243 | p.add_option('-s', '--smart-sync', |
244 | dest='smart_sync', action='store_true', | 244 | dest='smart_sync', action='store_true', |
245 | help='smart sync using manifest from a known good build') | 245 | help='smart sync using manifest from the latest known good build') |
246 | p.add_option('-t', '--smart-tag', | 246 | p.add_option('-t', '--smart-tag', |
247 | dest='smart_tag', action='store', | 247 | dest='smart_tag', action='store', |
248 | help='smart sync using manifest from a known tag') | 248 | help='smart sync using manifest from a known tag') |