summaryrefslogtreecommitdiff
path: root/apps/mubusy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mubusy.c')
-rw-r--r--apps/mubusy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mubusy.c b/apps/mubusy.c
index 5030f7a0..b520d0ec 100644
--- a/apps/mubusy.c
+++ b/apps/mubusy.c
@@ -75,7 +75,6 @@ int main(int argc, char **argv)
/* Print usage */
fprintf(stderr, "usage: mubusy <command> [options]\n");
- fprintf(stderr, "Available commands:\n");
for (i = 0; i < nelem(tools); i++)
fprintf(stderr, "\t%s\t-- %s\n", tools[i].name, tools[i].desc);