From: Luka Kovacic <luka.kova...@sartura.hr>

Update the command return values to CMD_RET_SUCCESS and
CMD_RET_FAILURE in commands documentation.

Signed-off-by: Luka Kovacic <luka.kova...@sartura.hr>
---
 doc/README.commands | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/README.commands b/doc/README.commands
index e03eb44187..4e9e8098fa 100644
--- a/doc/README.commands
+++ b/doc/README.commands
@@ -83,9 +83,9 @@ argv:         Arguments.
 
 Allowable return value are:
 
-CMD_SUCCESS    The command was successfully executed.
+CMD_RET_SUCCESS        The command was successfully executed.
 
-CMD_FAILURE    The command failed.
+CMD_RET_FAILURE        The command failed.
 
 CMD_RET_USAGE  The command was called with invalid parameters. This value
                leads to the display of the usage string.
-- 
2.20.1

Reply via email to