multicall: remove bug report link from multicall help text
This commit is contained in:
parent
f34ad12751
commit
31bc5c3b10
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ multicall_usage(int status)
|
||||||
fprintf(stderr, " %-10s %s\n", applet_table[i]->name, applet_table[i]->desc);
|
fprintf(stderr, " %-10s %s\n", applet_table[i]->name, applet_table[i]->desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "\nReport bugs at <" PACKAGE_BUGREPORT ">.\n");
|
|
||||||
|
|
||||||
exit(status);
|
exit(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue