From 8b71129445602639d78eb2cf0c6f2505b5f61f94 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sat, 18 May 2013 06:01:25 +0200 Subject: [PATCH] qvm-template-commit: --offline-mode Just a placeholder for now, to have common template-builder with Qubes R3. --- qvm-tools/qvm-template-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qvm-tools/qvm-template-commit b/qvm-tools/qvm-template-commit index 05d3838b..4b029edd 100755 --- a/qvm-tools/qvm-template-commit +++ b/qvm-tools/qvm-template-commit @@ -29,6 +29,9 @@ import sys def main(): usage = "usage: %prog [options] " parser = OptionParser (usage) + parser.add_option ("--offline-mode", dest="offline_mode", + action="store_true", default=False, + help="Offline mode (ignored in this version)") (options, args) = parser.parse_args () if (len (args) != 1):