custominstall: remove "Manually" from ArgumentParser description

This commit is contained in:
Ian Burgwin
2021-02-08 20:41:45 -08:00
parent cfa46abea5
commit 2636c5923c

View File

@@ -609,7 +609,7 @@ class CustomInstall:
if __name__ == "__main__":
parser = ArgumentParser(description='Manually install a CIA to the SD card for a Nintendo 3DS system.')
parser = ArgumentParser(description='Install a CIA to the SD card for a Nintendo 3DS system.')
parser.add_argument('cia', help='CIA files', nargs='+')
parser.add_argument('-m', '--movable', help='movable.sed file', required=True)
parser.add_argument('-b', '--boot9', help='boot9 file')