pkgman install: Fix typo in usage text

This commit is contained in:
Ingo Weinhold
2013-04-21 12:50:31 +02:00
parent de62d76176
commit 8ba41d628c
+1 -1
View File
@@ -33,7 +33,7 @@ static const char* const kLongUsage =
"\n" "\n"
"Options:\n" "Options:\n"
" -H, --home\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" " install in the common directory.\n"
"\n"; "\n";