diff --git a/src/client.c b/src/client.c
index a1ddf9af7b6b886f070ce508fdace305f5dc825e..99d02b62d81a4f1f52da89575cfbf421c6a8b3f9 100644
--- a/src/client.c
+++ b/src/client.c
@@ -28,7 +28,7 @@
  * Return: Exit status:
  *          1) Parameter error
  *          2) Soap error
- *          3) Version file error (open, read)
+ *          3) Version file error (open, memory allocation)
  *          4) Client out-of-date
  *          5) Server returned an error
  *          6) Unexpected server result
@@ -37,6 +37,7 @@
  *          9) Server did not find the version file
  *         10) Server returned an empty update link
  *         11) Invalid INEP error
+ *         12) XML file error (open, memory allocation)
  */
 int main(int argc, char **argv)
 {