*-h*, *--help*::
Display a usage message and exit.
+*-H*, *--hint* _setting_::
+Set probing hint. The hints are optional way how to force probing functions to
+check for example another location. The currently supported is
+"session_offset=_number_" to set session offset on multi-session UDF.
+
*-i*, *--info*::
Display information about I/O Limits (aka I/O topology). The 'export' output format is automatically enabled. This option can be used together with the *--probe* option.
fputs(_( "Low-level probing options:\n"), out);
fputs(_( " -p, --probe low-level superblocks probing (bypass cache)\n"), out);
fputs(_( " -i, --info gather information about I/O limits\n"), out);
+ fputs(_( " -H, --hint <value> set hint for probing function\n"), out);
fputs(_( " -S, --size <size> overwrite device size\n"), out);
fputs(_( " -O, --offset <offset> probe at the given offset\n"), out);
fputs(_( " -u, --usages <list> filter by \"usage\" (e.g. -u filesystem,raid)\n"), out);