Add disable-bluescreen to README, update copyright date

This commit is contained in:
jacob1
2023-01-01 20:45:15 -05:00
parent 3519dfa83a
commit e3355c988d
2 changed files with 13 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ Command Line
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
| Command | Description | Example | | Command | Description | Example |
| --------------------- | ------------------------------------------------ | --------------------------------- | | --------------------- | ------------------------------------------------ | --------------------------------------------|
| `scale:SIZE` | Change window scale factor | `scale:2` | | `scale:SIZE` | Change window scale factor | `scale:2` |
| `kiosk` | Fullscreen mode | | | `kiosk` | Fullscreen mode | |
| `proxy:SERVER[:PORT]` | Proxy server to use | `proxy:wwwcache.lancs.ac.uk:8080` | | `proxy:SERVER[:PORT]` | Proxy server to use | `proxy:wwwcache.lancs.ac.uk:8080` |
@@ -120,6 +120,7 @@ Command Line
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | | | `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` | | `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
| `disable-network` | Disables internet connections | | | `disable-network` | Disables internet connections | |
| `disable-bluescreen` | Disable bluescreen handler | |
| `redirect` | Redirects output to stdout.txt / stderr.txt | | | `redirect` | Redirects output to stdout.txt / stderr.txt | |
| `cafile:CAFILE` | Set certificate bundle path | `cafile:/etc/ssl/certs/ca-certificates.crt` | | `cafile:CAFILE` | Set certificate bundle path | `cafile:/etc/ssl/certs/ca-certificates.crt` |
| `capath:CAPATH` | Set certificate directory path | `capath:/etc/ssl/certs` | | `capath:CAPATH` | Set certificate directory path | `capath:/etc/ssl/certs` |

View File

@@ -18,7 +18,7 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon_exe.icns</string> <string>icon_exe.icns</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2008-2011 Stanislaw K Skowrenek, Copyright © 2011-2022 Simon Robertshaw, Copyright © 2016-2022 jacob1</string> <string>Copyright © 2008-2011 Stanislaw K Skowrenek, Copyright © 2011-2023 Simon Robertshaw, Copyright © 2016-2023 jacob1</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>