From 2517c19a8f623db1f92068bb3dc809b5e5f298cc Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 5 Oct 2002 13:54:58 +0000 Subject: [PATCH] Document the --dump option properly. --- lustre/utils/lconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index c2aa311..8e86cff 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -63,7 +63,7 @@ config.xml Lustre configuration in xml format. --nomod Skip load/unload module step. --nosetup Skip device setup/cleanup step. --reformat Reformat all devices (without question) ---dump Dump the kernel debug log before portals is unloaded +--dump Dump the kernel debug log before portals is unloaded """ TODO = """ --ldap server LDAP server with lustre config database @@ -1480,9 +1480,9 @@ def parse_cmdline(argv): config.noexec(1) config.verbose(1) if o == "--portals": - config.portals = a + config.portals = a if o == "--lustre": - config.lustre = a + config.lustre = a if o == "--reformat": config.reformat(1) if o == "--node": -- 1.8.3.1