summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-export.c
diff options
context:
space:
mode:
authorRuixin Bao <peter.bao@mail.utoronto.ca>2017-10-17 20:42:04 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2017-10-20 12:59:33 +0000
commit9166605e5acbffd2c4db4e8a374770830f900fbc (patch)
tree8f22a5b48985c0f7a222cd4d4adb232f08ecb2aa /src/ostree/ot-builtin-export.c
parent298c151fd8f78e6c3f6f199cd32981ae3d311828 (diff)
downloadostree-9166605e5acbffd2c4db4e8a374770830f900fbc.tar.gz
ostree: provide command description in a better place
This is similar idea as https://github.com/projectatomic/rpm-ostree/pull/916/commits/5c0bf889155573feec108501ce849ac09a0c9567, The duplicated description is now removed, and the description of the command is now displayed beneath the Usage. For example: ostree cat -h will output the following: "Usage: ostree cat [OPTION?] COMMIT PATH... Concatenate contents of files" Closes: #1267 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-builtin-export.c')
-rw-r--r--src/ostree/ot-builtin-export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-export.c b/src/ostree/ot-builtin-export.c
index 83656d04..ca85301e 100644
--- a/src/ostree/ot-builtin-export.c
+++ b/src/ostree/ot-builtin-export.c
@@ -77,7 +77,7 @@ ostree_builtin_export (int argc, char **argv, OstreeCommandInvocation *invocatio
OstreeRepoExportArchiveOptions opts = { 0, };
#endif
- context = g_option_context_new ("COMMIT - Stream COMMIT to stdout in tar format");
+ context = g_option_context_new ("COMMIT");
if (!ostree_option_context_parse (context, options, &argc, &argv, invocation, &repo, cancellable, error))
goto out;