diff --git a/documentation/debugging.html b/documentation/debugging.html index 70bde31af..a08b2de89 100644 --- a/documentation/debugging.html +++ b/documentation/debugging.html @@ -42,7 +42,7 @@ Debugging mode can be enabled in two different ways:
  • Set the Java system property smack.debugEnabled to true. The system property can be set on the command line such as:

    - java SomeApp -Dsmack.debugEnabled=true. + java -Dsmack.debugEnabled=true SomeApp