summaryrefslogtreecommitdiff
path: root/utils/libnetcfg.PL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-19 10:58:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-19 10:58:09 +0000
commit4f4a06fca90f3b0d710776403741c2d18d339dee (patch)
tree8d53796dcabecc65839b9498c522a691b639a01e /utils/libnetcfg.PL
parent625b117dc5692a3db013f80de51f086b0cbe58ea (diff)
downloadperl-4f4a06fca90f3b0d710776403741c2d18d339dee.tar.gz
The old libnet.cfg is first searched from the current directory,
only then from the module path. p4raw-id: //depot/perl@10720
Diffstat (limited to 'utils/libnetcfg.PL')
-rw-r--r--utils/libnetcfg.PL10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/libnetcfg.PL b/utils/libnetcfg.PL
index 8af49912fe..48bb598cd3 100644
--- a/utils/libnetcfg.PL
+++ b/utils/libnetcfg.PL
@@ -75,8 +75,9 @@ To change the configuration you will need to use either the C<-c> or
the C<-d> options.
The default name of the old configuration file is by default
-"libnet.cfg", unless otherwise specified using the -i option, and it
-is searched from your module path, C<-i oldfile>.
+"libnet.cfg", unless otherwise specified using the -i option,
+C<-i oldfile>, and it is searched first from the current directory,
+and the from your module path.
The default name of new configuration file is "libnet.cfg", and by
default it is written to the current directory, unless otherwise
@@ -365,8 +366,9 @@ Without options, the old configuration is shown.
-h show this help
The default name of the old configuration file is by default
-"libnet.cfg", unless otherwise specified using the -i option, and it
-is searched from your module path.
+"libnet.cfg", unless otherwise specified using the -i option,
+C<-i oldfile>, and it is searched first from the current directory,
+and the from your module path.
The default name of new configuration file is "libnet.cfg", and by
default it is written to the current directory, unless otherwise