summaryrefslogtreecommitdiff
path: root/src/ostree/ot-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-main.c')
-rw-r--r--src/ostree/ot-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c
index 6adb2d22..585e44f7 100644
--- a/src/ostree/ot-main.c
+++ b/src/ostree/ot-main.c
@@ -201,7 +201,7 @@ ostree_run (int argc,
g_set_error_literal (&error, G_IO_ERROR, G_IO_ERROR_FAILED,
"No command specified");
}
- ostree_usage (argv, commands, TRUE);
+ ostree_usage (argv, commands, !want_help);
goto out;
}