summaryrefslogtreecommitdiffstats
path: root/subcmds/selfupdate.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/selfupdate.py')
-rw-r--r--subcmds/selfupdate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/selfupdate.py b/subcmds/selfupdate.py
index 00376b66..983fd630 100644
--- a/subcmds/selfupdate.py
+++ b/subcmds/selfupdate.py
@@ -12,7 +12,7 @@
12# See the License for the specific language governing permissions and 12# See the License for the specific language governing permissions and
13# limitations under the License. 13# limitations under the License.
14 14
15from optparse import SUPPRESS_HELP 15import optparse
16import sys 16import sys
17 17
18from command import Command, MirrorSafeCommand 18from command import Command, MirrorSafeCommand
@@ -52,7 +52,7 @@ need to be performed by an end-user.
52 "--repo-upgraded", 52 "--repo-upgraded",
53 dest="repo_upgraded", 53 dest="repo_upgraded",
54 action="store_true", 54 action="store_true",
55 help=SUPPRESS_HELP, 55 help=optparse.SUPPRESS_HELP,
56 ) 56 )
57 57
58 def Execute(self, opt, args): 58 def Execute(self, opt, args):