mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-14 05:24:30 -08:00
fix indent test and indentation
This commit is contained in:
@@ -35,7 +35,8 @@ struct mfcmd commands[] = {
|
||||
{"whoami", "", "show basic user info", mfshell_cmd_whoami},
|
||||
{"ls", "", "show contents of active folder",
|
||||
mfshell_cmd_list},
|
||||
{"cd", "<folderkey>", "change active folder (default: root)", mfshell_cmd_chdir},
|
||||
{"cd", "<folderkey>", "change active folder (default: root)",
|
||||
mfshell_cmd_chdir},
|
||||
{"pwd", "", "show the active folder", mfshell_cmd_pwd},
|
||||
{"lpwd", "", "show the local working directory",
|
||||
mfshell_cmd_lpwd},
|
||||
@@ -43,7 +44,8 @@ struct mfcmd commands[] = {
|
||||
mfshell_cmd_lcd},
|
||||
{"mkdir", "[folder name]", "create a new folder", mfshell_cmd_mkdir},
|
||||
{"file", "[quickkey]", "show file information", mfshell_cmd_file},
|
||||
{"folder", "<folderkey>", "show folder information (default:root)", mfshell_cmd_folder},
|
||||
{"folder", "<folderkey>", "show folder information (default:root)",
|
||||
mfshell_cmd_folder},
|
||||
{"links", "[quickkey]", "show access urls for the file",
|
||||
mfshell_cmd_links},
|
||||
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
|
||||
|
||||
Reference in New Issue
Block a user