forgot to commit documentation for the commandline arg

[?]
Jun 7, 2022, 9:20 PM
UGYRO7TO3TQNWUX2GQL7ZPROUCR7WDOGYDTLZG2A6FHQ65YVCFMAC

Dependencies

  • [2] CZRMAMSB clearer discription of how to run lines.love
  • [*] FS2ITYYH record a known issue
  • [*] D4FEFHQC flesh out Readme

Change contents

  • edit in README.md at line 38
    [2.783]
    [2.783]
    You can also configure the size of the window on the commandline. For example:
    ```sh
    $ path/to/love path/to/lines.love -geometry 640x480+10+10 path/to/file/to/edit
    ```
  • edit in README.md at line 45
    [2.784]
    [5.639]
    The syntax of the geometry parameter is {width}x{height}+{x}+{y} which will
    position the top-left corner of the window at co-ordinate (x,y). The geometry
    parameter must come before the file to edit.