From 14b484b2aba2fe765f103f895dc4113e8f42ce69 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 8 Oct 2016 19:23:41 -0700 Subject: [PATCH] [Shell] Remove period from shell_path.py title --- dotfiles/lib/python/shell_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/python/shell_path.py b/dotfiles/lib/python/shell_path.py index 8997dece..5f53ec9a 100755 --- a/dotfiles/lib/python/shell_path.py +++ b/dotfiles/lib/python/shell_path.py @@ -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',