Changeset 43e02a6 in mainline for uspace/app/bdsh/cmds/modules/help/help.c
- Timestamp:
- 2008-08-29T11:07:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c4f46a
- Parents:
- 3771a6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/help.c
r3771a6e r43e02a6 32 32 #include <stdlib.h> 33 33 #include <string.h> 34 35 #include "config.h" 34 36 #include "entry.h" 35 37 #include "help.h" … … 38 40 #include "builtins.h" 39 41 #include "errors.h" 42 #include "util.h" 40 43 41 44 static char *cmdname = "help"; … … 96 99 int level = HELP_SHORT; 97 100 98 for (argc = 0; argv[argc] != NULL; argc ++);101 argc = cli_count_args(argv); 99 102 100 103 if (argc > 3) {
Note:
See TracChangeset
for help on using the changeset viewer.