commands/variant/variant.cif
changeset 49 4a2ffd3562a3
parent 0 7f656887cf89
child 58 b33ec37addee
equal deleted inserted replaced
48:d9b3ed11f017 49:4a2ffd3562a3
    34 
    34 
    35 ==option bool v verbose
    35 ==option bool v verbose
    36 
    36 
    37 Display verbose output.
    37 Display verbose output.
    38 
    38 
       
    39 ==option bool l list
       
    40 
       
    41 List the variant names that this command understands. Note this is all of them, not just the ones that match the current platform.
       
    42 
    39 ==argument string variantname optional multiple
    43 ==argument string variantname optional multiple
    40 
    44 
    41 A symbolic name for the hardware variant may be specified instead of having to know the machine uid. This maximises compatibility with platforms that provide a custom variant.exe and/or that need more than just the machine UID to determine the variant. Check the platform-specific documentation for what variant string is used to identify that platform's hardware. If multiple variant names are specified KErrNone is returned if any one of them matches.
    45 A symbolic name for the hardware variant may be specified instead of having to know the machine uid. This maximises compatibility with platforms that provide a custom variant.exe and/or that need more than just the machine UID to determine the variant. Check the platform-specific documentation for what variant string is used to identify that platform's hardware. If multiple variant names are specified KErrNone is returned if any one of them matches.
    42 
    46 
    43 ==copyright
    47 ==copyright