diff --git a/binarycpython/utils/grid_options_defaults.py b/binarycpython/utils/grid_options_defaults.py
index bfe7a48b0ee789ed505ffaea73f6682dc86d199b..68db0f4b9c677a7758f1f4cf2d2ef55a54568868 100644
--- a/binarycpython/utils/grid_options_defaults.py
+++ b/binarycpython/utils/grid_options_defaults.py
@@ -475,8 +475,8 @@ grid_options_descriptions = {
     "_commandline_input": "String containing the arguments passed to the population object via the command line. Set and used by the population object.",
     "_system_generator": "Function object that contains the system generator function. This can be from a grid, or a source file, or a Monte Carlo grid.",
     "gridcode_filename": "Filename for the grid code. Set and used by the population object. TODO: allow the user to provide their own function, rather than only a generated function.",
-    "log_args": "Boolean to log the arguments. Unused ",  # TODO: fix the functionality for this and describe it properly
-    "log_args_dir": "Directory to log the arguments to. Unused",  # TODO: fix the functionality for this and describe it properly
+    "log_args": "Boolean to log the arguments of the current running system. ", 
+    "log_args_dir": "Directory to log the arguments of the current running system to.",
     "log_file": "Log file for the population object. Unused",  # TODO: fix the functionality for this and describe it properly
     "custom_logging_func_memaddr": "Memory address where the custom_logging_function is stored. Input: int",
     "_count": "Counter tracking which system the generator is on.",