Skip to content

Commit

Permalink
Use GNU double-hyphen syntax for CLI options
Browse files Browse the repository at this point in the history
Fixes #158

Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed Oct 11, 2017
1 parent d569b0d commit cdb2974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ant_sample/dita-cmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<attribute name="propertyfile"/>
<sequential>
<exec executable="${dita.dir}/bin/dita">
<arg line="-i @{input} -f @{format} -propertyfile @{propertyfile}"/>
<arg line="--input @{input} --format @{format} --propertyfile=@{propertyfile}"/>
</exec>
</sequential>
</macrodef>
Expand Down

0 comments on commit cdb2974

Please # to comment.