summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2017-11-21 08:48:21 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-21 17:34:34 +0000
commitb3cb71222bbd371175f2b0b49454300283ece48c (patch)
treee513b12b5b4fea6f3cb50df1f6a48e4cc5c3ddd1
parent817da55d3846a2a40f951d3dfbe73d5023945b2c (diff)
downloadflatpak-b3cb71222bbd371175f2b0b49454300283ece48c.tar.gz
remote-info: Fix help string
flatpak remote-info works for available apps and runtimes. They don't have to be installed. Closes: #1184 Approved by: mwleeds
-rw-r--r--app/flatpak-builtins-info-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins-info-remote.c b/app/flatpak-builtins-info-remote.c
index b4e30208..73baf351 100644
--- a/app/flatpak-builtins-info-remote.c
+++ b/app/flatpak-builtins-info-remote.c
@@ -116,7 +116,7 @@ flatpak_builtin_info_remote (int argc, char **argv, GCancellable *cancellable, G
guint64 timestamp;
g_autofree char *formatted_timestamp = NULL;
- context = g_option_context_new (_(" REMOTE REF - Show information about installed application and/or runtime in a remote"));
+ context = g_option_context_new (_(" REMOTE REF - Show information about an application or runtime in a remote"));
g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
if (!flatpak_option_context_parse (context, options, &argc, &argv, 0, &dir, cancellable, error))