really renamed statw to df

This commit is contained in:
aiju 2012-09-27 16:26:47 +02:00
parent 38e993c731
commit 9cec2db619

View file

@ -208,7 +208,7 @@ Cmd cmds[] = {
{"halt", 1, cmdhalt},
{"newuser", 0, cmdnewuser},
{"echo", 2, cmdecho},
{"df", 1, cmdstatw},
{"df", 1, cmddf},
};