issue #403: Switch from 'pkg -n' to 'pkg -N' as the one true pkgng activation status check. Confusion was possible because'-n' was already used extensively elsewhere on the command lines to mean 'dry-run', whereas '-N' is otherwise currently unused.
modified pkg/main.c
@@ -126,9 +126,9 @@ usage(void)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -137,7 +137,7 @@ usage(void)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,9 +245,9 @@ main(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -264,7 +264,7 @@ main(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/pkg.8
@@ -29,7 +29,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,8 +65,8 @@ option takes precedence over
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -83,10 +83,10 @@ will always have at least the
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|