* mu: some better command error / help output

This commit is contained in:
djcb
2012-09-17 19:53:30 +03:00
parent 81c3724e77
commit ca2fccf11e
6 changed files with 107 additions and 99 deletions

View File

@ -219,8 +219,6 @@ MuError mu_config_execute (MuConfig *conf);
size_t mu_config_param_num (MuConfig *conf);
/**
* determine MuMsgOptions for command line args
*
@ -231,6 +229,13 @@ size_t mu_config_param_num (MuConfig *conf);
MuMsgOptions mu_config_get_msg_options (MuConfig *opts);
/**
* print help text for the current command
*
* @param cmd the command to show help for
*/
void mu_config_show_help (MuConfigCmd cmd);
G_END_DECLS
#endif /*__MU_CONFIG_H__*/