From c2027478e645c1cd1bee21044ee7b9dd04f3d9c4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 25 Mar 2021 13:35:39 +0000 Subject: [PATCH] gimp: improve grammar (#5438) --- pages/common/gimp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/gimp.md b/pages/common/gimp.md index fb0a3b3cbf..db07959d8e 100644 --- a/pages/common/gimp.md +++ b/pages/common/gimp.md @@ -1,25 +1,25 @@ # gimp -> An image manipulation and paint program. +> GNU image manipulation program. > More information: . - Launch GIMP: `gimp` -- Launch but don't show the splash screen: +- Launch GIMP without showing the splash screen: `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` -- Open the given file as new image: +- Open the given file as a new 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`