[Shell] Remove period from shell_path.py title

This commit is contained in:
Ivan Malison 2016-10-08 19:23:41 -07:00
parent f263f20e1c
commit 14b484b2ab
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -55,7 +55,7 @@ class PathList(object):
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Manipulate path variables.')
parser = argparse.ArgumentParser(description='Manipulate path variables')
parser.add_argument(
'paths',
metavar='PATH',