mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
fix indentation
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user