Remove the -n option from pkg create, it was inconsistent
modified docs/pkg-create.8
@@ -24,14 +24,14 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,8 +190,6 @@ This option is incompatible with the
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified scripts/completion/_pkg.in
@@ -288,7 +288,6 @@ _pkg_args() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/create.c
@@ -62,13 +62,13 @@ struct pkg_entry *pkg_head = NULL;
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -201,7 +201,7 @@ exec_create(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|