Updated CommandLineParameters.md

This commit is contained in:
Magne Sjaastad
2014-07-14 09:31:12 +02:00
parent beb9a70588
commit 97876e6eaf

View File

@@ -8,8 +8,12 @@ published: true
---
Command line parameters are prefixed using a double dash. This convention is used on all platforms to make it possible to reuse scripts across different platforms.
See GNU Standards for [Command Line Interfaces](http://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html#Command_002dLine-Interfaces).
Examples on how command line options are used are given in
[Batch Commands]({{ site.baseurl }}/docs/batchcommands)
| Parameter | Description |
|-----------|-------------|
| --last | Open last used project. |