github.com/supr/packer@v0.3.10-0.20131015195147-7b09e24ac3c1/command/fix/help.go (about)

     1  package fix
     2  
     3  const helpString = `
     4  Usage: packer fix [options] TEMPLATE
     5  
     6    Reads the JSON template and attempts to fix known backwards
     7    incompatibilities. The fixed template will be outputted to standard out.
     8  
     9    If the template cannot be fixed due to an error, the command will exit
    10    with a non-zero exit status. Error messages will appear on standard error.
    11  
    12  Fixes that are run:
    13  
    14    iso-md5         Replaces "iso_md5" in builders with newer "iso_checksum"
    15  
    16  `