Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Merge pull request #202 from grimreaper/master
Baptiste Daroussin committed 14 years ago
commit 386427f95eec973b46c4c357d63dfb9ef1c2da79
parent 00eabcfc76ae703f02ffa3ecd90a9c7ec7d84ed2
2 files changed +4 -4
modified pkg/pkg-fetch.8
@@ -41,11 +41,13 @@ Fetch all packages.
.It Fl y
Assume yes when asked for confirmation before fetching packages.
.It Fl q
-
Quiet mode. Show less output.
+
Quiet mode.
+
Show less output.
.It Fl r Ar reponame
Fetches packages from the given
.Ar reponame
-
if multiple repo support is enabled. See
+
if multiple repo support is enabled.
+
See
.Xr pkg.conf 5 .
.It Fl g
Treat
modified pkg/set.c
@@ -62,7 +62,6 @@ exec_set(int argc, char **argv)
	const char *version;
	char *neworigin = NULL;
	char *oldorigin = NULL;
-
	char *chgoriginstr = NULL;
	unsigned int loads = PKG_LOAD_BASIC;
	unsigned int sets = 0;

@@ -89,7 +88,6 @@ exec_set(int argc, char **argv)
			case 'o':
				sets |= ORIGIN;
				loads |= PKG_LOAD_DEPS;
-
				chgoriginstr = optarg;
				oldorigin = strdup(optarg);
				neworigin = strrchr(oldorigin, ':');
				if (neworigin == NULL) {