Message ID | 20241216152330.2579138-1-quic_amisjain@quicinc.com |
---|---|
State | New |
Headers | show |
Series | [v2] obexctl: Enable Map folderlisting operation from obexctl | expand |
diff --git a/tools/obexctl.c b/tools/obexctl.c index 9adf8088a..0965762ce 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,