From fbc000423e760568970f7274e89e607a567e5c22 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:23:17 +0200 Subject: [PATCH] Add description for storage cli migrate --- applications/services/storage/storage_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/storage/storage_cli.c b/applications/services/storage/storage_cli.c index 447e76afc..9f2d083b8 100644 --- a/applications/services/storage/storage_cli.c +++ b/applications/services/storage/storage_cli.c @@ -29,7 +29,7 @@ static void storage_cli_print_usage() { "\twrite_chunk\t - read data from cli and append it to file, should contain how many bytes you want to write\r\n"); printf("\tcopy\t - copy file to new file, must contain new path\r\n"); printf("\trename\t - move file to new file, must contain new path\r\n"); - printf("\tmigrate\t - \r\n"); + printf("\tmigrate\t - move folder to new path, renaming already present files by adding numbers to the end\r\n"); printf("\tmkdir\t - creates a new directory\r\n"); printf("\tmd5\t - md5 hash of the file\r\n"); printf("\tstat\t - info about file or dir\r\n");