cat: Fix a typo in usage error printout

This commit is contained in:
Anne LoVerso 2014-06-06 10:54:05 -04:00 committed by Colin Walters
parent 6a5e66b152
commit f2f3b67804
1 changed files with 1 additions and 1 deletions

View File

@ -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];