Fix typo
This commit is contained in:
@ -306,7 +306,7 @@ if __name__ == '__main__':
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-l', '--log',
|
'-l', '--log',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Display move log messages'
|
help='Display more log messages'
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user