Subversion Repositories HelenOS

Rev

Rev 2946 | Rev 3005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2946 Rev 2947
Line 121... Line 121...
121
            ++i;
121
            ++i;
122
        }
122
        }
123
 
123
 
124
        if (num_found < 2) break;
124
        if (num_found < 2) break;
125
 
125
 
126
        --cmp_len;
126
        ++cmp_len;
127
    }
127
    }
128
 
128
 
129
    if (num_found == 0) {
129
    if (num_found == 0) {
130
        cons_printf("Unknown command. Try one of:\n");
130
        cons_printf("Unknown command. Try one of:\n");
131
        cmd_help(0, NULL);
131
        cmd_help(0, NULL);