From 4bfe220e08e665c7515f624bfe58aeafdd37bc7b Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Wed, 21 Oct 2009 17:49:08 +0900
Subject: [PATCH] Fix hbal man page w.r.t. --print-instances

The ordering was wrong, was showing node list details under
--print-instances.
---
 hbal.1 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hbal.1 b/hbal.1
index 829da6d0a..7587bd5e9 100644
--- a/hbal.1
+++ b/hbal.1
@@ -214,11 +214,6 @@ resource allocation in Ganeti) and thus we start a new jobset.
 Prints the before and after node status, in a format designed to allow
 the user to understand the node's most important parameters.
 
-.TP
-.B --print-instances
-Prints the before and after instance map. This is less useful as the
-node status, but it can help in understanding instance moves.
-
 The node list will contain these informations:
 .RS
 .TP
@@ -290,6 +285,11 @@ the dynamic disk load (if the information is available)
 the dynamic net load (if the information is available)
 .RE
 
+.TP
+.B --print-instances
+Prints the before and after instance map. This is less useful as the
+node status, but it can help in understanding instance moves.
+
 .TP
 .B -o, --oneline
 Only shows a one-line output from the program, designed for the case
-- 
GitLab