summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-builtin-cat.c')
-rw-r--r--src/ostree/ot-builtin-cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-cat.c b/src/ostree/ot-builtin-cat.c
index b56e714a..c4973e2f 100644
--- a/src/ostree/ot-builtin-cat.c
+++ b/src/ostree/ot-builtin-cat.c
@@ -73,7 +73,7 @@ ostree_builtin_cat (int argc, char **argv, OstreeRepo *repo, GCancellable *cance
if (argc <= 2)
{
- ot_util_usage_error (context, "An COMMIT and at least one PATH argument are required", error);
+ ot_util_usage_error (context, "A COMMIT and at least one PATH argument are required", error);
goto out;
}
rev = argv[1];