diff options
author | 2018-02-24 03:55:43 +1100 | |
---|---|---|
committer | 2018-02-24 03:56:15 +1100 | |
commit | bd473383c8379319cc98e71645689f833238c3df (patch) | |
tree | 772b99af019ec4f07f34ce6891fdf7d794b6247c /docs/source | |
parent | d3d36bf055a6ddb0d3b29df337ada0302ea20067 (diff) |
support multiple patterns and devices in -listfull verb
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index 8f2915896cd..58aac635d41 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -105,13 +105,13 @@ Example: **-listfull** / **-ll** [*<pattern>*] - Displays a list of system driver names and descriptions. By default all systems are listed; however, you can limit this list by specifying a *pattern* after the **-listfull** command. + Displays a list of system driver names and descriptions. By default all systems and devices are listed; however, you can limit this list by specifying a *pattern* after the **-listfull** command. .. _mame-commandline-listsource: **-listsource** / **-ls** [<*pattern>*] - Displays a list of drivers and the names of the source files their system drivers live in. Useful for finding which driver a system runs on in order to fix bugs. By default all systems are listed; however, you can limit this list by specifying a *pattern* after the **-listsource** command. + Displays a list of drivers and the names of the source files their system drivers are defined in. Useful for finding which driver a system runs on in order to fix bugs. By default all systems are listed; however, you can limit this list by specifying a *pattern* after the **-listsource** command. .. _mame-commandline-listclones: |