Index: uspace/app/bdsh/cmds/modules/help/help.c
===================================================================
--- uspace/app/bdsh/cmds/modules/help/help.c	(revision a56f4b291fe3ec936421cc5ce9dceedba5d796a7)
+++ uspace/app/bdsh/cmds/modules/help/help.c	(revision 8ec30d9ea232d021d4ef7066c4cb17bb215e18fa)
@@ -32,4 +32,6 @@
 #include <stdlib.h>
 #include <string.h>
+
+#include "config.h"
 #include "entry.h"
 #include "help.h"
@@ -38,4 +40,5 @@
 #include "builtins.h"
 #include "errors.h"
+#include "util.h"
 
 static char *cmdname = "help";
@@ -96,5 +99,5 @@
 	int level = HELP_SHORT;
 
-	for (argc = 0; argv[argc] != NULL; argc ++);
+	argc = cli_count_args(argv);
 
 	if (argc > 3) {
