summaryrefslogtreecommitdiff
path: root/fact.rb
diff options
context:
space:
mode:
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-25 02:44:20 +0100
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-25 02:46:12 +0100
commitbb231bdfc2acca172203039d6a1e4852ab4809b0 (patch)
tree0341c8528cd7009deec88789d02404bb3535d7cd /fact.rb
parenta64c20670818ad462f19325f6a2888b07b2f0a75 (diff)
Updated help message.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Diffstat (limited to 'fact.rb')
-rw-r--r--fact.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/fact.rb b/fact.rb
index 2c22f60..806c330 100644
--- a/fact.rb
+++ b/fact.rb
@@ -33,14 +33,13 @@ This will produce the following:
notice: Scope(Partition[hda1]): hda1
notice: Scope(Partition[hda2]): hda2
-
Which allows you to avoid resorting to the following:
$fact = "partitions_${name}"
$result = split(inline_template("<%= scope.lookupvar(fact) %>"), ',')
-Phasing out the need for use and abuse of the infamous inline_template in the
-partitions define given above.
+Phasing out the need for use and abuse of the infamous inline_template
+in the partitions define given above.
EOS
) do |arguments|