From a70b5ff19bf481ce5c5be13230838a7eae45670e Mon Sep 17 00:00:00 2001 From: sbkelley Date: Sun, 24 May 2026 20:34:30 -0400 Subject: [PATCH] Document --clean (cherry picked from commit 7dc86cfffeee208fce0f22d65d00744673c80c43) --- install-dgl-nh500 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-dgl-nh500 b/install-dgl-nh500 index c78277d..0e8c346 100644 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -50,6 +50,9 @@ # -q -s --quiet --silent [FLAG] Causes autogen and make to run quietly. +# --clean [FLAG] Skips everything except the clean step. +# Useful if the process gets interrupted... + # Here are some settings which would cause nethack and dgl to be installed # in a way that reflects the setup instructions provided by Paxed... @@ -67,7 +70,7 @@ while [[ $# -gt 0 ]]; do case $1 in -h|--help|--usage|-?|--?) - printf "`sed -n '3,65p;65q' $0 | tr -d "#"`" + printf "`sed -n '3,69p;69q' $0 | tr -d "#"`\n\n" exit 0 ;; -q|-s|--quiet|--silent) -- 2.47.3