1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

gimp: improve grammar (#5438)

This commit is contained in:
Starbeamrainbowlabs 2021-03-25 13:35:39 +00:00 committed by GitHub
parent 9330e542b3
commit c2027478e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +1,25 @@
# gimp # gimp
> An image manipulation and paint program. > GNU image manipulation program.
> More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>. > More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
- Launch GIMP: - Launch GIMP:
`gimp` `gimp`
- Launch but don't show the splash screen: - Launch GIMP without showing the splash screen:
`gimp --no-splash` `gimp --no-splash`
- Start a new instance, even if there is already a running one: - Start a new GIMP instance, even if there is already a running one:
`gimp --new-instance` `gimp --new-instance`
- Open the given file as new image: - Open the given file as a new image:
`gimp --as-new {{path/to/image}}` `gimp --as-new {{path/to/image}}`
- Print errors and warnings to the console, instead of showing them in a dialog box: - Print errors and warnings to the console instead of showing them in a dialog box:
`gimp --console-messages` `gimp --console-messages`