* mu-cmd: enable the 'help' and 'cleanup' commands
This commit is contained in:
@ -31,9 +31,8 @@ enum _MuCmd {
|
||||
MU_CMD_FIND,
|
||||
MU_CMD_CLEANUP,
|
||||
MU_CMD_MKDIR,
|
||||
/* not currently present */
|
||||
/* MU_CMD_LINK, */
|
||||
/* MU_CMD_HELP, */
|
||||
MU_CMD_HELP,
|
||||
|
||||
MU_CMD_UNKNOWN
|
||||
};
|
||||
typedef enum _MuCmd MuCmd;
|
||||
|
||||
Reference in New Issue
Block a user