aboutsummaryrefslogtreecommitdiff
path: root/utils/command_line/CommandLineParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/command_line/CommandLineParser.h')
-rw-r--r--utils/command_line/CommandLineParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/command_line/CommandLineParser.h b/utils/command_line/CommandLineParser.h
index 06c4bf5e2f..f834af8e9f 100644
--- a/utils/command_line/CommandLineParser.h
+++ b/utils/command_line/CommandLineParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -225,7 +225,7 @@ inline void CommandLineParser::print_help(const std::string &program_name) const
for(const auto &option : _positional_options)
{
- //FIXME: Print help string as well
+ // TODO(COMPMID-2079): Print help string as well
std::cout << option->name() << "\n";
}
}