set user agent string.
This commit is contained in:
@ -21,7 +21,7 @@ from mdrsclient.exceptions import MDRSException
|
||||
|
||||
|
||||
def main() -> None:
|
||||
description = """This is a command-line program to up files."""
|
||||
description = """This is a command-line program for up- and downloading files to and from MDRS based repository."""
|
||||
|
||||
parser = argparse.ArgumentParser(description=description, formatter_class=argparse.RawDescriptionHelpFormatter)
|
||||
parsers = parser.add_subparsers(title="subcommands")
|
||||
|
Reference in New Issue
Block a user