Update help message 43/304643/1
authorminje.ahn <minje.ahn@samsung.com>
Tue, 23 Jan 2024 00:34:36 +0000 (09:34 +0900)
committerminje.ahn <minje.ahn@samsung.com>
Tue, 23 Jan 2024 00:34:36 +0000 (09:34 +0900)
Change-Id: I2addc8986c17ee3f9619a24341b296d2df54a363
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
src/mediadb-update.c

index 0ad43db..e896e6f 100644 (file)
@@ -60,8 +60,9 @@ static void __print_help(void)
        printf("\n");
        printf("db-update --help for check this messages.\n");
        printf("\n");
-       printf("A file or directory must exists under %s or %s.\n", tzplatform_getenv(TZ_USER_CONTENT), tzplatform_mkpath(TZ_SYS_STORAGE, "sdcard"));
-       printf("Using %s is allowed SD card is mounted.\n", tzplatform_mkpath(TZ_SYS_STORAGE, "sdcard"));
+       printf("A file or directory must exists under %s or %s.\n",
+               tzplatform_getenv(TZ_USER_CONTENT),
+               tzplatform_getenv(TZ_SYS_STORAGE));
        printf("\n");
        printf("=======================================================================================\n");
 }