From: sbkelley Date: Mon, 25 May 2026 00:34:30 +0000 (-0400) Subject: Document --clean X-Git-Tag: v1.6.1-roc-dev~6^2~16 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=a70b5ff19bf481ce5c5be13230838a7eae45670e;p=dgamelaunch Document --clean (cherry picked from commit 7dc86cfffeee208fce0f22d65d00744673c80c43) --- 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)