cli: implement find command
[oweals/opkg-lede.git] / src / opkg-cl.c
index 1e7642f7024e913dbcf305e107812eb05430630a..5f66d28f7332c302232c5988b456695b7a36ba14 100644 (file)
@@ -246,6 +246,7 @@ usage()
        printf("\tlist-changed-conffiles        List user modified configuration files\n");
        printf("\tfiles <pkg>           List files belonging to <pkg>\n");
        printf("\tsearch <file|regexp>  List package providing <file>\n");
+       printf("\tfind <regexp>         List packages whose name or description matches <regexp>\n");
        printf("\tinfo [pkg|regexp]     Display all info for <pkg>\n");
        printf("\tstatus [pkg|regexp]   Display all status for <pkg>\n");
        printf("\tdownload <pkg>                Download <pkg> to current directory\n");