From 88bc501d0caf43736944545d0ba0eb661382ab5f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 15 Jun 2009 01:52:09 -0400 Subject: [PATCH] Remove misleading docs. Signed-off-by: Edward Z. Yang --- lib/wizard/command/migrate.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/wizard/command/migrate.py b/lib/wizard/command/migrate.py index fcf1247..e7ced10 100644 --- a/lib/wizard/command/migrate.py +++ b/lib/wizard/command/migrate.py @@ -11,9 +11,7 @@ def main(argv, global_options): Migrates a directory to our Git-based autoinstall format. Performs basic sanity checking and intelligently determines -what repository and tag to use. - -NOTICE: Currently doesn't do anything.""" +what repository and tag to use.""" parser = optparse.OptionParser(usage) parser.add_option("-v", "--verbose", dest="verbose", action="store_true", default=False, help="Print all commands and outputs") -- 2.45.2