Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3268 → Rev 3269

/branches/shell/uspace/app/bdsh/cmds/modules/help/help.c
38,7 → 38,7
#include "builtins.h"
#include "errors.h"
 
const char *cmdname = "help";
static char *cmdname = "help";
extern const char *progname;
extern unsigned int cli_interactive;