diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-19 23:36:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-20 00:39:16 +0200 |
commit | 96c747cb29c0b762c8a2999a3dcc16085efd3e46 (patch) | |
tree | e876aea758e865bf79fb9c3b6b83d21dffce58cb /doc | |
parent | d9c7a10b3d5e7e02075a942fad3ae8c0693ca0d5 (diff) | |
download | guix-96c747cb29c0b762c8a2999a3dcc16085efd3e46.tar.gz |
doc: Fix typo.
* doc/guix.texi (Invoking guix system, Invoking guix home): Fix ‘are […] two month old’ typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a49abc0554..63bb22764a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33901,7 +33901,7 @@ guix system delete-generations @end example You can also select the generations you want to delete. The example below -deletes all the system generations that are more than two month old: +deletes all the system generations that are more than two months old: @example guix system delete-generations 2m @@ -36059,7 +36059,7 @@ guix home delete-generations @end example You can also select the generations you want to delete. The example below -deletes all the home generations that are more than two month old: +deletes all the home generations that are more than two months old: @example guix home delete-generations 2m |