mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
Improve rewritemeta --help
This commit is contained in:
parent
e036f31613
commit
e5dcf532b4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def main():
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
common.setup_global_opts(parser)
|
common.setup_global_opts(parser)
|
||||||
parser.add_argument("-l", "--list", action="store_true", default=False,
|
parser.add_argument("-l", "--list", action="store_true", default=False,
|
||||||
help=_("List files that would be reformatted"))
|
help=_("List files that would be reformatted (dry run)"))
|
||||||
parser.add_argument("appid", nargs='*', help=_("application ID of file to operate on"))
|
parser.add_argument("appid", nargs='*', help=_("application ID of file to operate on"))
|
||||||
metadata.add_metadata_arguments(parser)
|
metadata.add_metadata_arguments(parser)
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue