Message ID | bca142bb-16d5-d893-5d4b-a0538b38720c@crashcourse.ca |
---|---|
State | Under Review |
Headers | show |
Series | dev-manual: correct misspelled reference to sstate-cache-management.py | expand |
Hi Robert, On 6/22/25 4:34 PM, Robert P. J. Day via lists.yoctoproject.org wrote: > Please consider adding a few words as commit log :) Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/disk-space.rst b/documentation/dev-manual/disk-space.rst index efca82601..ba3afa5a2 100644 --- a/documentation/dev-manual/disk-space.rst +++ b/documentation/dev-manual/disk-space.rst @@ -52,7 +52,7 @@ such as BSD based NAS:: sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache This command will ask you to confirm the deletions it identifies. -Run ``sstate-cache-management.sh`` for more details about this script. +Run ``sstate-cache-management.py`` for more details about this script. .. note::
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---