diff options
Diffstat (limited to 'hscript/script.hh')
-rw-r--r-- | hscript/script.hh | 2 |
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 }; |