From 1cfff0f002837cd5fa4bd760906271137ad829ae Mon Sep 17 00:00:00 2001 From: Ingo Paschke Date: Mon, 11 May 2026 20:27:16 +0200 Subject: [PATCH] Amiga: correct command-line flag doc in amii.hlp Wizard mode is gated on player name == WIZARD_NAME, not on -D or -debug. Document -uwizard as the working entry point. --- sys/amiga/amii.hlp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/amiga/amii.hlp b/sys/amiga/amii.hlp index 13d59ffc6..6139b29ff 100644 --- a/sys/amiga/amii.hlp +++ b/sys/amiga/amii.hlp @@ -12,8 +12,12 @@ Command-line flags ------------------ -L Force interlaced (tall) screen. -l Force non-interlaced screen. + -uNAME Play as NAME (e.g. -uwizard for wizard mode). + -pCLASS Pick a profession (e.g. -pvalkyrie). + -rRACE Pick a race. -The usual core flags (-D, -X, -u, -p, -r, -@) apply too. +Wizard/debug mode is gated on the player name matching WIZARD_NAME +("wizard" by default), so the simplest way in is -uwizard. Configuration (nethack.cnf in the NetHack: drawer)