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.
This commit is contained in:
Ingo Paschke
2026-05-11 20:51:06 +02:00
parent d1a84de8fc
commit 1cfff0f002
+5 -1
View File
@@ -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)