An options string is a list of key/value pairs represented in textual form. Each pair is expressed as ‘'key=value'' and is separated from other pairs by one or more spaces. For example:
key1=value1 key2=value2 key3=value3
Options strings are used to pass information between userland programs and the kernel in a binary-agnostic way. This makes them endianness and ABI independent.