summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnne LoVerso <aelv13@gmail.com>2014-06-06 10:54:05 -0400
committerColin Walters <walters@verbum.org>2014-06-17 16:06:15 -0400
commitf2f3b67804c59610cbe0530501a77ee6346399dd (patch)
tree23d27dc62c6bb6902c42980d6fef20ad75add46b
parent6a5e66b1521a153d0d3b6a27999c8a320be855fa (diff)
downloadostree-f2f3b67804c59610cbe0530501a77ee6346399dd.tar.gz
cat: Fix a typo in usage error printout
-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];