show_usage takes exit code, and knows what to do
This commit is contained in:
parent
034d5c9fb9
commit
a9b8f6ea1c
2 changed files with 12 additions and 8 deletions
|
|
@ -47,13 +47,13 @@ static void imm_verbose_version(void)
|
|||
|
||||
static void imm_usage(void)
|
||||
{
|
||||
// show_usage(stdout,"tuxpaint");
|
||||
// show_usage(0);
|
||||
}
|
||||
|
||||
static void imm_help(void)
|
||||
{
|
||||
// show_version(0);
|
||||
// show_usage(stdout,"tuxpaint");
|
||||
// show_usage(0);
|
||||
}
|
||||
|
||||
static void imm_copying(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue