mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
mfshell: add changes command, mfapi: add device/get_changes
This commit is contained in:
@@ -51,6 +51,7 @@ 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},
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user