cat: Fix a typo in usage error printout
This commit is contained in:
parent
6a5e66b152
commit
f2f3b67804
|
|
@ -73,7 +73,7 @@ ostree_builtin_cat (int argc, char **argv, OstreeRepo *repo, GCancellable *cance
|
||||||
|
|
||||||
if (argc <= 2)
|
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;
|
goto out;
|
||||||
}
|
}
|
||||||
rev = argv[1];
|
rev = argv[1];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue