mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
Add a not about arguments beginning with dashes
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
* </para></listitem><listitem><para>
|
||||
* Options can have an extra argument, which can be a number, a string or a
|
||||
* filename. For long options, the extra argument can be appended with an
|
||||
* equals sign after the option name.
|
||||
* equals sign after the option name, which is useful if the extra argument
|
||||
* starts with a dash, which would otherwise cause it to be interpreted
|
||||
* as another option.
|
||||
* </para></listitem><listitem><para>
|
||||
* Non-option arguments are returned to the application as rest arguments.
|
||||
* </para></listitem><listitem><para>
|
||||
|
Reference in New Issue
Block a user