Page MenuHomeFreeBSD

D46977.diff
No OneTemporary

D46977.diff

diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -895,7 +895,7 @@
static const char args_add_message[] =
"Too many arguments\n"
-"Usage: pkg add [-f] [-y] {pkg.txz}\n";
+"Usage: pkg add [-f] [-y] {pkg.pkg}\n";
static int
pkg_query_yes_no(void)
@@ -1167,7 +1167,7 @@
if (add_pkg) {
if (pkgarg == NULL) {
- fprintf(stderr, "Path to pkg.txz required\n");
+ fprintf(stderr, "Path to pkg.pkg required\n");
exit(EXIT_FAILURE);
}
if (access(pkgarg, R_OK) == -1) {

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 8, 4:08 PM (16 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13831113
Default Alt Text
D46977.diff (551 B)

Event Timeline