diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2014-11-10 21:28:43 -0500 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2014-11-16 15:52:51 -0500 |
commit | 3a9127f103df3f4574aa441e044447cf36358578 (patch) | |
tree | 83668ede8614475d8ba67a642dd8fa9aa121aafd /src/ostree/ot-builtin-cat.c | |
parent | f699153f67b1e37310434ffacd14695d2e89745d (diff) | |
download | ostree-3a9127f103df3f4574aa441e044447cf36358578.tar.gz |
Various manpage / usage blurb improvements
Corrections, clarifications, consistency.
Not a comprehensive overhaul of the manpages; they do still need work.
These are just flaws I've noted while studying the ostree command syntax.
https://bugzilla.gnome.org/show_bug.cgi?id=740097
Diffstat (limited to 'src/ostree/ot-builtin-cat.c')
-rw-r--r-- | src/ostree/ot-builtin-cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-cat.c b/src/ostree/ot-builtin-cat.c index c4973e2f..92d4c840 100644 --- a/src/ostree/ot-builtin-cat.c +++ b/src/ostree/ot-builtin-cat.c @@ -65,7 +65,7 @@ ostree_builtin_cat (int argc, char **argv, OstreeRepo *repo, GCancellable *cance gs_unref_object GFile *root = NULL; gs_unref_object GFile *f = NULL; - context = g_option_context_new ("COMMIT PATH [PATH...] - Concatenate contents of files"); + context = g_option_context_new ("COMMIT PATH... - Concatenate contents of files"); g_option_context_add_main_entries (context, options, NULL); if (!g_option_context_parse (context, &argc, &argv, error)) |