Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3365 → Rev 3366

/trunk/uspace/app/bdsh/input.c
46,7 → 46,7
/* More than a macro than anything */
void cli_restricted(char *cmd)
{
cli_verbose("%s is not available in %s mode\n", cmd,
printf("%s is not available in %s mode\n", cmd,
cli_interactive ? "interactive" : "non-interactive");
 
return;