]> scripts.mit.edu Git - wizard.git/commitdiff
Remove misleading docs.
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 15 Jun 2009 05:52:09 +0000 (01:52 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 15 Jun 2009 05:52:09 +0000 (01:52 -0400)
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
lib/wizard/command/migrate.py

index fcf1247b29f77c84a9a4fbe7882dd833786ddc14..e7ced10ec998176a6117ad6eada6635b99ce5b88 100644 (file)
@@ -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")