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:
parent
9330e542b3
commit
c2027478e6
1 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue