diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-04-10 15:11:06 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-20 15:03:13 +0200 |
| commit | 0e8a578da426ffe42baa6069443a48ce85a8912f (patch) | |
| tree | 6e070eb0a1323e8415d480d167911604b4b55be2 /doc | |
| parent | fe376cdf4a43e5f33df84bf660aeaa70fdb2b179 (diff) | |
doc: Add missing markup in “Invoking guix refresh”.
* doc/guix.texi (Invoking guix refresh): Add missing @option.
Change-Id: I898d2d4d6fac8a05281a43043e1eaba36cd57869
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 254379da41..de755d0c6c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15534,7 +15534,7 @@ gnu/packages/qt.scm:452:13: qtbase would be upgraded from 5.15.8 to 5.15.10 @end example @cindex partial version specification, guix refresh -A per-package equivalent to --target-version is made available by +A per-package equivalent to @option{--target-version} is made available by prefixing the version specification with the @samp{~} (tilde) character. For example: |
