[Shell] Remove period from shell_path.py title

This commit is contained in:
2016-10-08 19:23:41 -07:00
parent f263f20e1c
commit 14b484b2ab

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',