Index: /trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp	(revision 22729)
+++ /trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp	(revision 22730)
@@ -260,5 +260,5 @@
  *                          @a ppszValue will point to the start of this buffer.
  * @param   cbBuf           The size of @a pcBuf
- * @param   pszValue        Where to store the pointer to the value retrieved.
+ * @param   ppszValue       Where to store the pointer to the value retrieved.
  *                          Optional.
  * @param   pu64Timestamp   Where to store the timestamp.  Optional.
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp	(revision 22729)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp	(revision 22730)
@@ -302,5 +302,5 @@
         pszValue = a->argv[2];
         if (   !strcmp(a->argv[3], "--flags")
-            || !strcmp(a->argv[3], "-flags"))
+            && !strcmp(a->argv[3], "-flags"))
             usageOK = false;
         pszFlags = a->argv[4];
