diff --git a/src/tests/add-ons/kernel/file_systems/fs_shell/fsh.c b/src/tests/add-ons/kernel/file_systems/fs_shell/fsh.c index 23784c896f..31559d5499 100644 --- a/src/tests/add-ons/kernel/file_systems/fs_shell/fsh.c +++ b/src/tests/add-ons/kernel/file_systems/fs_shell/fsh.c @@ -1404,8 +1404,8 @@ cmd_entry fsh_cmds[] = { "create", do_create, "create N files. default is 100" }, { "delete", do_delete, "delete N files. default is 100" }, { "query", do_query, "run a query on the file system" }, - { "startquery", do_startquery, "run a live query on the file system" }, - { "stopquery", do_stopquery, "stops the live query" }, + { "startquery", do_startquery, "run a live query on the file system (up to 10)" }, + { "stopquery", do_stopquery, "stops live query N, or all of them if none is specified" }, { "lsquery", do_listqueries, "list all live queries" }, { "ioctl", do_ioctl, "execute ioctl() without an inode (okay, with the root node)" }, { "fcntl", do_fcntl, "execute ioctl() with the active inode" },