Fix typo 88/270488/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 3 Feb 2022 08:58:57 +0000 (17:58 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 3 Feb 2022 08:58:57 +0000 (17:58 +0900)
Change-Id: Ie18506860de0ac81c5066cdbf300a5cd48f9eb21
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
tool/system-info-tool-set.c

index 75a8545..9400078 100644 (file)
@@ -14,8 +14,8 @@ void system_info_tool_set_help(void)
 {
        printf("  -s|--set KEY TYPE VALUE        Add or update user-defined KEY\n");
        printf("                                 Available TYPE: bool, int, double, string\n");
-       printf("                                 ex) system-info-tool -a tizen.org/feature/display bool true\n");
-       printf("                                     system-info-tool -a tizen.org/system/manufacturer string Tizen\n");
+       printf("                                 ex) system-info-tool -s tizen.org/feature/display bool true\n");
+       printf("                                     system-info-tool -s tizen.org/system/manufacturer string Tizen\n");
        printf("  -c|--clear KEY                 Clear user-defined KEY. This cannot clear read-only system key\n");
        printf("  -C|--clear-all                 Clear all user-defined keys\n");
 }