summaryrefslogtreecommitdiff
path: root/src/ostree/ot-remote-builtin-list.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-remote-builtin-list.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-remote-builtin-list.c')
-rw-r--r--src/ostree/ot-remote-builtin-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-remote-builtin-list.c b/src/ostree/ot-remote-builtin-list.c
index 589b97bb..eb5a1baa 100644
--- a/src/ostree/ot-remote-builtin-list.c
+++ b/src/ostree/ot-remote-builtin-list.c
@@ -43,7 +43,7 @@ ot_remote_builtin_list (int argc, char **argv, OstreeCommandInvocation *invocati
guint ii, n_remotes = 0;
gboolean ret = FALSE;
- context = g_option_context_new ("- List remote repository names");
+ context = g_option_context_new ("");
if (!ostree_option_context_parse (context, option_entries, &argc, &argv,
invocation, &repo, cancellable, error))