diff --git a/pages/common/gimp.md b/pages/common/gimp.md index c2b739b4a9..028bd65004 100644 --- a/pages/common/gimp.md +++ b/pages/common/gimp.md @@ -8,17 +8,17 @@ `gimp` -- Start without the splash screen: - -`gimp --no-splash` - -- Open the specified files: +- Open specific files: `gimp {{path/to/image1 path/to/image2 ...}}` -- Start the new instance, even if there is already a running one: +- Open specific files in a new window: -`gimp --new-instance` +`gimp --new-instance {{path/to/image1 path/to/image2 ...}}` + +- Start without a splash screen: + +`gimp --no-splash` - Print errors and warnings to the console instead of showing them in a dialog box: diff --git a/pages/linux/krita.md b/pages/linux/krita.md index f080bc59d9..5dd3b31b9c 100644 --- a/pages/linux/krita.md +++ b/pages/linux/krita.md @@ -4,22 +4,22 @@ > See also: `gimp`. > More information: . -- Start krita: +- Start Krita: `krita` -- Start without the splash screen: - -`krita --nosplash` - -- Open the specified files: +- Open specific files: `krita {{path/to/image1 path/to/image2 ...}}` -- Start with the specified workspace (`Animation`): +- Start without a splash screen: + +`krita --nosplash` + +- Start with a specific workspace: `krita --workspace {{Animation}}` -- Start in the fullscreen mode: +- Start in fullscreen mode: `krita --fullscreen`