diff options
Diffstat (limited to 'tools/cpt-update')
-rwxr-xr-x | tools/cpt-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-update b/tools/cpt-update index b925e1a..ef82202 100755 --- a/tools/cpt-update +++ b/tools/cpt-update @@ -11,7 +11,7 @@ while [ "$1" ]; do " Options:" \ " -d --download Only download updatable packages" \ " --no-fetch Do not refresh the repositories" \ - " --root [rootdir] Use an alternate root directory" + " --root [rootdir] Use an alternate root directory" "" exit 1 ;; --version|-v) version ;; |