Diff between ead7f4028a1033d02e675e23c653f63218027349 and c2caa26a4d621ad9fc2def9325d7ef8fad81ebdc

Changed Files

File Additions Deletions Status
tools/obexctl.c +1 -1 modified

Full Patch

diff --git a/tools/obexctl.c b/tools/obexctl.c
index 9adf808..0965762 100644
--- a/tools/obexctl.c
+++ b/tools/obexctl.c
@@ -1873,7 +1873,7 @@ static const struct bt_shell_menu main_menu = {
 	{ "pull",	  "<file>",   cmd_pull,
 					"Pull Vobject & stores in file" },
 	{ "cd",           "<path>",   cmd_cd, "Change current folder" },
-	{ "ls",           "<options>", cmd_ls, "List current folder" },
+	{ "ls",           "[options]", cmd_ls, "List current folder" },
 	{ "cp",          "<source file> <destination file>",   cmd_cp,
 				"Copy source file to destination file" },
 	{ "mv",          "<source file> <destination file>",   cmd_mv,