Updated the help text for "startquery" & "stopquery" to match reality better.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-26 02:19:06 +00:00
parent 6e14268838
commit b807dfb5b1

View File

@ -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" },