diff --git a/pgfw/Configuration.py b/pgfw/Configuration.py index 6b5055c..6bbdaeb 100644 --- a/pgfw/Configuration.py +++ b/pgfw/Configuration.py @@ -407,9 +407,10 @@ class Configuration(RawConfigParser): is a string starting with the chosen delimiter, followed by the section name, option name, and option value each separated by the chosen delimiter. - For example, + For example, set the screen dimensions using "|" as the delimiter and set the Q key to the quit command using "," as the + delimiter, - $ ./OPEN-GAME --config "|display|dimensions|960,540" ",keys,quit,K_q" + $ ./OPEN-GAME --config "|display|dimensions|960,540" ",keys,quit,K_q" @param command_line A list of strings to use as the command line. If this is `None`, `sys.argv` is used instead. """