mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
ostree init: Fix mode list help string
It's archive-z2, not archive-z. https://bugzilla.gnome.org/show_bug.cgi?id=705849
This commit is contained in:
parent
d1babde95e
commit
e5d9bd97aa
@ -31,7 +31,7 @@ static char *opt_mode = NULL;
|
||||
|
||||
static GOptionEntry options[] = {
|
||||
{ "archive", 0, 0, G_OPTION_ARG_NONE, &opt_archive, "Initialize repository as archive", NULL },
|
||||
{ "mode", 0, 0, G_OPTION_ARG_STRING, &opt_mode, "Initialize repository in given mode (bare, archive, archive-z)", NULL },
|
||||
{ "mode", 0, 0, G_OPTION_ARG_STRING, &opt_mode, "Initialize repository in given mode (bare, archive-z2)", NULL },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user