mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
BASE: Fix indentation for command line help
This commit is contained in:
parent
85677082b0
commit
bd54dcc4bb
@ -212,15 +212,15 @@ static const char HELP_STRING[] =
|
||||
" --md5 Shows MD5 hash of the file given by --md5-path=PATH\n"
|
||||
" If --md5-length=NUM is passed then it shows the MD5 hash of\n"
|
||||
" the first NUM bytes of the file given by PATH\n"
|
||||
" If --md5-engine=ENGINE_ID is passed, it fetches the MD5 length\n"
|
||||
" automatically, overriding --md5-length\n"
|
||||
" If --md5-engine=ENGINE_ID is passed, it fetches the MD5 length\n"
|
||||
" automatically, overriding --md5-length\n"
|
||||
" --md5-path=PATH Used with --md5 to specify path of file to calculate MD5 hash of\n"
|
||||
" --md5-length=NUM Used with --md5 to specify the number of bytes to be hashed.\n"
|
||||
" Use negative number for calculating tail md5.\n"
|
||||
" Is overriden when used with --md5-engine\n"
|
||||
" --md5-engine=ENGINE_ID Used with --md5 to specify the engine for which number of bytes\n"
|
||||
" to be hashed must be calculated. This option overrides --md5-length\n"
|
||||
" if used along with it. Use --list-engines to find all engineIds\n"
|
||||
" Is overriden when used with --md5-engine\n"
|
||||
" --md5-engine=ENGINE_ID Used with --md5 to specify the engine for which number of bytes\n"
|
||||
" to be hashed must be calculated. This option overrides --md5-length\n"
|
||||
" if used along with it. Use --list-engines to find all engineIds\n"
|
||||
"\n"
|
||||
"The meaning of boolean long options can be inverted by prefixing them with\n"
|
||||
"\"no-\", e.g. \"--no-aspect-ratio\".\n"
|
||||
|
Loading…
Reference in New Issue
Block a user