From bd2f1465a277f32e0e425e946c1034c9bb88d3f8 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 14 Jul 2009 16:17:26 +0200
Subject: [PATCH] Document the --vcpus option to hspace

---
 hspace.1 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hspace.1 b/hspace.1
index d88982c64..960bc67ec 100644
--- a/hspace.1
+++ b/hspace.1
@@ -33,6 +33,7 @@ Request options:
 .BI "[--memory " mem "]"
 .BI "[--disk " disk "]"
 .BI "[--req-nodes " req-nodes "]"
+.BI "[--vcpus " vcpus "]"
 
 
 .SH DESCRIPTION
@@ -176,6 +177,10 @@ The disk size of the instances to be placed (defaults to 100GiB).
 The number of nodes for the instances; the default of two means
 mirrored instances, while passing one means plain type instances.
 
+.TP
+.BI "--vcpus " vcpus
+The number of VCPUs of the instances to be placed (defaults to 1).
+
 .TP
 .BI "--max-cpu " cpu-ratio
 The maximum virtual-to-physical cpu ratio, as a floating point number
-- 
GitLab