Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-03 16:28:40 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-03 16:28:40 +0200
commit9bd829c0e26f168e674bc01e8a9ee23f961fe77b (patch)
treec0e4277ebbc0d87d3474217e989904bb6ef8407b /examples/guided.py
parentf61c61305e95c564f22120bebbb861eddd7dee45 (diff)
parentcba30b9e26bccaf3679d82a255dfe43c64a38386 (diff)
Merging in latest changes from master.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f374a41c..cfa8b37c 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -20,6 +20,9 @@ def sig_handler(sig, frame):
original_sigint_handler = signal.getsignal(signal.SIGINT)
signal.signal(signal.SIGINT, sig_handler)
+if archinstall.arguments.get('help'):
+ print("See `man archinstall` for help.")
+ exit(0)
def ask_user_questions():
"""