summaryrefslogtreecommitdiffstats
path: root/subcmds/smartsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/smartsync.py')
-rw-r--r--subcmds/smartsync.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/subcmds/smartsync.py b/subcmds/smartsync.py
index 675b9834..d91d59c6 100644
--- a/subcmds/smartsync.py
+++ b/subcmds/smartsync.py
@@ -1,5 +1,3 @@
1# -*- coding:utf-8 -*-
2#
3# Copyright (C) 2010 The Android Open Source Project 1# Copyright (C) 2010 The Android Open Source Project
4# 2#
5# Licensed under the Apache License, Version 2.0 (the "License"); 3# Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +14,9 @@
16 14
17from subcmds.sync import Sync 15from subcmds.sync import Sync
18 16
17
19class Smartsync(Sync): 18class Smartsync(Sync):
20 common = True 19 COMMON = True
21 helpSummary = "Update working tree to the latest known good revision" 20 helpSummary = "Update working tree to the latest known good revision"
22 helpUsage = """ 21 helpUsage = """
23%prog [<project>...] 22%prog [<project>...]