diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs
index 4690461..2d4f08f 100644
--- a/SabreTools.RedumpLib/Web/RedumpClient.cs
+++ b/SabreTools.RedumpLib/Web/RedumpClient.cs
@@ -1033,6 +1033,7 @@ namespace SabreTools.RedumpLib.Web
///
/// Redump disc ID to retrieve
/// String containing the page contents if successful, null on error
+ /// This only includes the site page itself
public async Task DownloadSingleSiteID(int id)
{
string paddedId = id.ToString().PadLeft(6, '0');
@@ -1071,6 +1072,7 @@ namespace SabreTools.RedumpLib.Web
/// Output directory to save data to
/// True to rename deleted entries, false otherwise
/// True if all data was downloaded, false otherwise
+ /// This includes all subpages and attached files
public async Task DownloadSingleSiteID(int id, string? outDir, bool rename)
{
// If no output directory is defined, use the current directory instead