diff options
Diffstat (limited to 'docs/source/tools/imgtool.rst')
-rw-r--r-- | docs/source/tools/imgtool.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/tools/imgtool.rst b/docs/source/tools/imgtool.rst index b874fdfe215..e54638ea59b 100644 --- a/docs/source/tools/imgtool.rst +++ b/docs/source/tools/imgtool.rst @@ -10,7 +10,7 @@ Imgtool is part of the MAME project. It shares large portions of code with MAME, **Some portions of Imgtool are Copyright (c) 1989, 1993 The Regents of the University of California. All rights reserved.** Using Imgtool -============= +------------- Imgtool is a command line program that contains several "subcommands" that actually do all of the work. Most commands are invoked in a manner along the lines of this: @@ -32,7 +32,7 @@ Further details vary with each subcommand. Also note that not all subcommands a Imgtool Subcommands -=================== +------------------- **create** @@ -64,7 +64,7 @@ Imgtool Subcommands **put** - **imgtool put <format> <imagename> <filename>... <destname> [--(fileoption)==value] [--filter=filter] [--fork=fork]** + **imgtool put <format> <imagename> <filename>... <destname> [--(fileoption)=value] [--filter=filter] [--fork=fork]** * <format> is the image format, e.g. coco_jvc_rsdos * <imagename> is the image filename; can specify a ZIP file for image name @@ -151,7 +151,7 @@ Imgtool Subcommands Imgtool Filters -=============== +--------------- Filters are a means to process data being written into or read out of an image in a certain way. Filters can be specified on the get, put, and getall commands by specifying --filter=xxxx on the command line. Currently, the following filters are supported: @@ -173,7 +173,7 @@ Filters are a means to process data being written into or read out of an image i **vzsnapshot** - [todo: VZ Snapshot? Find out what this is....] + [todo: VZ Snapshot? Find out what this is...] **vzbas** |