From 8ba41d628c0ba3fd9f694562dc8b494fbfc220f7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 21 Apr 2013 12:50:31 +0200 Subject: [PATCH] pkgman install: Fix typo in usage text --- src/bin/pkgman/command_install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pkgman/command_install.cpp b/src/bin/pkgman/command_install.cpp index da9c77ff1a..a1f49c73d8 100644 --- a/src/bin/pkgman/command_install.cpp +++ b/src/bin/pkgman/command_install.cpp @@ -33,7 +33,7 @@ static const char* const kLongUsage = "\n" "Options:\n" " -H, --home\n" - " Install the packages in the user's home directory. Default is to.\n" + " Install the packages in the user's home directory. Default is to\n" " install in the common directory.\n" "\n";