Add missing ')' in cmd line tool usage description 73/117073/2
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 2 Mar 2017 13:28:28 +0000 (14:28 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 15 Mar 2017 14:37:25 +0000 (07:37 -0700)
Change-Id: Iadbe5225f3eefd2048e0c5b17cdb1d643fd9181c

src/cmd/security-manager-cmd.cpp

index 3366f7faa65427040642b143454ab1deedc1411e..0ed8bb05b47a67a09f076c5188d21aa3f9b318e3 100644 (file)
@@ -102,7 +102,7 @@ static po::options_description getInstallOptions()
          ("author-id,c", po::value<std::string>(),
           "unique author's identifier (required for trusted_rw paths)")
          ("install-type", po::value<std::string>(),
-          "type of installation (local, global, preloaded")
+          "type of installation (local, global, preloaded)")
          ;
     return opts;
 }