aboutsummaryrefslogtreecommitdiff
path: root/include/DownloadUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/DownloadUtils.hpp')
-rw-r--r--include/DownloadUtils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DownloadUtils.hpp b/include/DownloadUtils.hpp
index 398f82c..8edcd5a 100644
--- a/include/DownloadUtils.hpp
+++ b/include/DownloadUtils.hpp
@@ -15,7 +15,7 @@ namespace QuickMedia {
struct CommandArg {
std::string option;
- std::string value;
+ std::string value; // Optional
};
// Return true the return DownloadResult::OK for the download, which also saves the result in cache if |download_to_string_cache| is used