diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-06-22 10:34:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-30 17:44:22 +0100 |
commit | d06769ae03b247a1d2b8f6fcc1ecc66fda069065 (patch) | |
tree | 2487b64b68b11272b3c5916c05f3ead2587dc0a7 /documentation/dev-manual | |
parent | f36b7525bb56cdee6be19bdece5896b779f0c5b9 (diff) | |
download | poky-d06769ae03b247a1d2b8f6fcc1ecc66fda069065.tar.gz |
dev-manual: correct misspelled reference to sstate-cache-management.py
(From yocto-docs rev: 3728eea352f8b326ff411aa0f20bfd433ccc7cfa)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/disk-space.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/disk-space.rst b/documentation/dev-manual/disk-space.rst index efca82601d..ba3afa5a2c 100644 --- a/documentation/dev-manual/disk-space.rst +++ b/documentation/dev-manual/disk-space.rst | |||
@@ -52,7 +52,7 @@ such as BSD based NAS:: | |||
52 | sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache | 52 | sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache |
53 | 53 | ||
54 | This command will ask you to confirm the deletions it identifies. | 54 | This command will ask you to confirm the deletions it identifies. |
55 | Run ``sstate-cache-management.sh`` for more details about this script. | 55 | Run ``sstate-cache-management.py`` for more details about this script. |
56 | 56 | ||
57 | .. note:: | 57 | .. note:: |
58 | 58 | ||