Correct stream-file argument

I found out the hard way this argument name is incorrect :)

Change-Id: I1f947f7f6def95298ae67240a6af2ebdd55d60f5
This commit is contained in:
Ian Wienand 2016-09-02 10:51:52 +10:00
parent e6037d640a
commit 3a31512b8d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Usage
Where DEST is the output directory of the module. If DEST does not exist, a new Where DEST is the output directory of the module. If DEST does not exist, a new
directory will be created. One of the following input options must be chosen: directory will be created. One of the following input options must be chosen:
**-f, --streamfile FILE** **-f, --stream-file FILE**
Specifies a subunit stream file to be used with the exporter. This Specifies a subunit stream file to be used with the exporter. This
argument can be used multiple times to specify additional subunit files. argument can be used multiple times to specify additional subunit files.