aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncftp
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-10-19 11:15:30 +0000
committerAdam David <adam@FreeBSD.org>1994-10-19 11:15:30 +0000
commitd9b7257fde78446d7002901750ac068c6e9510d9 (patch)
tree9334e8e6821435a489c60066dc6dafdb404f2466 /usr.bin/ncftp
parenta2ecbe0c3aa43f24410424ca5770794864e80aef (diff)
downloadsrc-d9b7257fde78446d7002901750ac068c6e9510d9.tar.gz
src-d9b7257fde78446d7002901750ac068c6e9510d9.zip
P was missing from getopt string
Notes
Notes: svn path=/head/; revision=3719
Diffstat (limited to 'usr.bin/ncftp')
-rw-r--r--usr.bin/ncftp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c
index f8dd512f2ea5..12832a0d1650 100644
--- a/usr.bin/ncftp/main.c
+++ b/usr.bin/ncftp/main.c
@@ -235,7 +235,7 @@ Re-compile, this time with -DZCAT=\\\"/path/to/zcat\\\".\n");
ignore_rc = 0;
(void) strcpy(oline, "open ");
- while ((opt = Getopt(argc, argv, "D:V:INRHaicmup:rd:g:")) >= 0) {
+ while ((opt = Getopt(argc, argv, "D:V:INPRHaicmup:rd:g:")) >= 0) {
switch(opt) {
case 'a':
case 'c':