diff options
author | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-25 02:44:20 +0100 |
---|---|---|
committer | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-25 02:46:12 +0100 |
commit | bb231bdfc2acca172203039d6a1e4852ab4809b0 (patch) | |
tree | 0341c8528cd7009deec88789d02404bb3535d7cd | |
parent | a64c20670818ad462f19325f6a2888b07b2f0a75 (diff) |
Updated help message.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
-rw-r--r-- | fact.rb | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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| |