summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-06-27 19:13:33 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-28 13:03:09 +0000
commit05d8ade563d14633fb101412d78b70a9e94d3f33 (patch)
treeeec45cba652b5b5d192fc34d655dc7503f783092
parentd686056254294fcabff472e71ebe486ec82e070e (diff)
downloadostree-05d8ade563d14633fb101412d78b70a9e94d3f33.tar.gz
create-usb: Tweak docs for --destination-repo
Make it show up in the help output as --destination-repo=DEST so it's clear that it takes an argument. Closes: #1656 Approved by: jlebon
-rw-r--r--src/ostree/ot-builtin-create-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-create-usb.c b/src/ostree/ot-builtin-create-usb.c
index 57feeaa1..eee637c8 100644
--- a/src/ostree/ot-builtin-create-usb.c
+++ b/src/ostree/ot-builtin-create-usb.c
@@ -37,7 +37,7 @@ static char *opt_destination_repo = NULL;
static GOptionEntry options[] =
{
{ "disable-fsync", 0, 0, G_OPTION_ARG_NONE, &opt_disable_fsync, "Do not invoke fsync()", NULL },
- { "destination-repo", 0, 0, G_OPTION_ARG_FILENAME, &opt_destination_repo, "Use custom repository directory within the mount", NULL },
+ { "destination-repo", 0, 0, G_OPTION_ARG_FILENAME, &opt_destination_repo, "Use custom repository directory within the mount", "DEST" },
{ NULL }
};