mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-07 20:19:14 +08:00
Fix compilation argument
This commit is contained in:
parent
50c80154a8
commit
fa2eb03fb2
1 changed files with 5 additions and 5 deletions
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
__intname__ = "npbackup.compile"
|
__intname__ = "npbackup.compile"
|
||||||
__author__ = "Orsiris de Jong"
|
__author__ = "Orsiris de Jong"
|
||||||
__copyright__ = "Copyright (C) 2023-2025 NetInvent"
|
__copyright__ = "Copyright (C) 2023-2024 NetInvent"
|
||||||
__license__ = "GPL-3.0-only"
|
__license__ = "GPL-3.0-only"
|
||||||
__build__ = "2024090801"
|
__build__ = "2025010901"
|
||||||
__version__ = "2.1.0"
|
__version__ = "2.1.1"
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -410,8 +410,8 @@ if __name__ == "__main__":
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--audience",
|
"--audience",
|
||||||
type=str,
|
type=str,
|
||||||
dest="all",
|
dest="audience",
|
||||||
default="public",
|
default="all",
|
||||||
required=False,
|
required=False,
|
||||||
help="Target audience, private or public",
|
help="Target audience, private or public",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue