diff options
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/host/src/msc_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/msc_cli.c b/demos/host/src/msc_cli.c index b6861c173..ea7750da9 100644 --- a/demos/host/src/msc_cli.c +++ b/demos/host/src/msc_cli.c @@ -84,7 +84,7 @@ static char const * const cli_error_message[] = ENTRY(cp , cli_cmd_copy , "Copies one or more files to another location.\n cp a_file.txt dir1/another_file.txt\n cp a_file.txt dir1\n" ) \
ENTRY(mkdir , cli_cmd_mkdir , "Create a DIRECTORY, if it does not already exist.\n mkdir <new folder>\n" ) \
ENTRY(mv , cli_cmd_move , "Rename or move a DIRECTORY or a FILE.\n mv old_name.txt new_name.txt\n mv old_name.txt dir1/new_name.txt\n" ) \
- ENTRY(rm , cli_cmd_remove , "Remove (delete) a empty DIRECTORY or a FILE.\n rm deleted_name.txt\n rm empty_dir\n" ) \
+ ENTRY(rm , cli_cmd_remove , "Remove (delete) an empty DIRECTORY or FILE.\n rm deleted_name.txt\n rm empty_dir\n" ) \
//--------------------------------------------------------------------+
// Expands the function to have the standard function signature
|
