diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2023-01-16 21:17:46 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2023-01-16 21:55:00 +0100 |
commit | 44dcacbb540e9d8ad26f015f24f8cb7520150b63 (patch) | |
tree | 60412e4fffab0d0ee0fda53eb8c88921bdc6c948 | |
parent | 2adfdf5b95e69b84f50a6be5c976f0fb2b6ed90d (diff) | |
download | guix-44dcacbb540e9d8ad26f015f24f8cb7520150b63.tar guix-44dcacbb540e9d8ad26f015f24f8cb7520150b63.tar.gz |
news: Fix formatting.
* etc/news.scm: Add backslash to '--with-version' entry.
-rw-r--r-- | etc/news.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/news.scm b/etc/news.scm index adfb602aa8..211a176170 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -40,7 +40,7 @@ For example, the command below would spawn GNOME Clocks built against GTK 4.7.0, skipping its test suite: @example -guix shell gnome-clocks --with-version=gtk=4.7.0 \ +guix shell gnome-clocks --with-version=gtk=4.7.0 \\ --without-tests=gtk -- gnome-clocks @end example @@ -55,7 +55,7 @@ erstelltes GNOME Clocks aufgerufen werden, wobei der Testkatalog dafür übersprungen wird. @example -guix shell gnome-clocks --with-version=gtk=4.7.0 \ +guix shell gnome-clocks --with-version=gtk=4.7.0 \\ --without-tests=gtk -- gnome-clocks @end example @@ -70,7 +70,7 @@ Par exemple, la commande ci-dessous démarre GNOME Clocks construit avec GTK 4.7.0, sans lancer sa suite de tests : @example -guix shell gnome-clocks --with-version=gtk=4.7.0 \ +guix shell gnome-clocks --with-version=gtk=4.7.0 \\ --without-tests=gtk -- gnome-clocks @end example |