github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/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  `