main: Fix wording of ex
command description
Previous wording was awkward; noticed this in a CI error. Closes: #1271 Approved by: jlebon
This commit is contained in:
parent
1ea5426751
commit
4af55efffd
@ -102,7 +102,7 @@ static RpmOstreeCommand commands[] = {
|
||||
/* Hidden */
|
||||
{ "ex", RPM_OSTREE_BUILTIN_FLAG_LOCAL_CMD |
|
||||
RPM_OSTREE_BUILTIN_FLAG_HIDDEN,
|
||||
"Commands still under experiment", rpmostree_builtin_ex },
|
||||
"Experimental commands that may change or be removed in the future", rpmostree_builtin_ex },
|
||||
{ "start-daemon", RPM_OSTREE_BUILTIN_FLAG_LOCAL_CMD |
|
||||
RPM_OSTREE_BUILTIN_FLAG_REQUIRES_ROOT |
|
||||
RPM_OSTREE_BUILTIN_FLAG_HIDDEN,
|
||||
|
Loading…
Reference in New Issue
Block a user