summaryrefslogtreecommitdiff
path: root/hscript/script.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-01 00:02:47 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-01 00:02:47 -0500
commit46c492ffad6f6de35e5e01fa1bff8a49c16fd682 (patch)
tree2cc0492b50c34fd964ed5b482c8a78a623538ac1 /hscript/script.hh
parentf52594db361ee4c269bff7d303412c5521324d1d (diff)
downloadhorizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.gz
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.bz2
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.xz
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.zip
hscript: Rename Image flag to ImageOnly
Otherwise, this conflicts with the Horizon::Image namespace.
Diffstat (limited to 'hscript/script.hh')
-rw-r--r--hscript/script.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/script.hh b/hscript/script.hh
index 5cb6db2..c874bd3 100644
--- a/hscript/script.hh
+++ b/hscript/script.hh
@@ -42,7 +42,7 @@ enum ScriptOptionFlags {
/*! Just print commands that would be run, for testing/debug */
Simulate,
/*! Installing to an image; don't mount anything */
- Image,
+ ImageOnly,
/*! Count of flags */
NumFlags
};