summaryrefslogtreecommitdiffstats
path: root/src/febootstrap_cmdline.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/febootstrap_cmdline.mli')
-rw-r--r--src/febootstrap_cmdline.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/febootstrap_cmdline.mli b/src/febootstrap_cmdline.mli
index d948d80..a545012 100644
--- a/src/febootstrap_cmdline.mli
+++ b/src/febootstrap_cmdline.mli
@@ -38,6 +38,9 @@ val packages : string list
val save_temps : bool
(** True if [--save-temps] was given on the command line. *)
+val use_installed : bool
+ (** True if [--use-installed] was given on the command line *)
+
val verbose : bool
(** True if [--verbose] was given on the command line.
See also {!debug}. *)