diff --git a/introspecting/gdb-launch/submit-number b/introspecting/gdb-launch/submit-number index 4bee9f9..d32d025 100755 --- a/introspecting/gdb-launch/submit-number +++ b/introspecting/gdb-launch/submit-number @@ -2,7 +2,7 @@ if [ "$UID" -ne 0 ] then - fold -s <<< "WARNING: I appear to be running as a non-root user. This might be due to you invoking me using strace! Trace /challenge/trace-me, not $0! Please run me directly, without strace or gdb." + fold -s <<< "WARNING: I appear to be running as a non-root user. This might be due to you invoking me using gdb! Launch /challenge/debug-me with gdb, not $0! Please run me directly, without strace or gdb." fi read NUM