fix indentation

This commit is contained in:
josch
2014-09-25 19:34:03 +02:00
parent fd13d973ba
commit 32fcb30572
6 changed files with 51 additions and 33 deletions

View File

@@ -51,7 +51,8 @@ struct mfcmd commands[] = {
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
{"status", "", "device status", mfshell_cmd_status},
{"changes", "<revision>", "device changes (default: 0)", mfshell_cmd_changes},
{"changes", "<revision>", "device changes (default: 0)",
mfshell_cmd_changes},
{NULL, NULL, NULL, NULL}
};