summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checksum.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-11-10 21:28:43 -0500
committerMatthew Barnes <mbarnes@redhat.com>2014-11-16 15:52:51 -0500
commit3a9127f103df3f4574aa441e044447cf36358578 (patch)
tree83668ede8614475d8ba67a642dd8fa9aa121aafd /src/ostree/ot-builtin-checksum.c
parentf699153f67b1e37310434ffacd14695d2e89745d (diff)
downloadostree-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-checksum.c')
-rw-r--r--src/ostree/ot-builtin-checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-checksum.c b/src/ostree/ot-builtin-checksum.c
index c210c50e..e7d5dd87 100644
--- a/src/ostree/ot-builtin-checksum.c
+++ b/src/ostree/ot-builtin-checksum.c
@@ -63,7 +63,7 @@ ostree_builtin_checksum (int argc, char **argv, OstreeRepo *repo, GCancellable *
gs_unref_object GFile *f = NULL;
AsyncChecksumData data = { 0, };
- context = g_option_context_new ("FILENAME - Checksum a file or directory");
+ context = g_option_context_new ("PATH - Checksum a file or directory");
g_option_context_add_main_entries (context, options, NULL);
if (!g_option_context_parse (context, &argc, &argv, error))