From bab752bf0918b4a8220ead4033ae86467d6eae82 Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 30 Dec 2013 15:38:05 -0600 Subject: [PATCH] minor uninstall help update --- uninstall.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uninstall.py b/uninstall.py index 91bef49..9fc63e4 100755 --- a/uninstall.py +++ b/uninstall.py @@ -18,16 +18,16 @@ def parse_arguments(): help='simulate installation') parser.add_argument( '-u', '--userdata', action="store_true", default=False, - help='`delete user data') + help='delete user data') parser.add_argument( '-d', '--destdir', metavar='DIR', - help='set destination to DIR') + help='custom destdir') parser.add_argument( '-p', '--prefix', metavar='DIR', default='', - help='set prefix to DIR') + help='custom prefix') parser.add_argument( '-z', '--zshshare', metavar='DIR', default='functions', - help='set zsh share destination to DIR') + help='custom zshshare') return parser.parse_args()