Merge "Use own Nullable instead of javax.annotation.Nullable."
diff --git a/src/main/resources/Documentation/cmd-export.md b/src/main/resources/Documentation/cmd-export.md index 0c06c7e..7f4351d 100644 --- a/src/main/resources/Documentation/cmd-export.md +++ b/src/main/resources/Documentation/cmd-export.md
@@ -43,5 +43,5 @@ To generate all review information: ``` - $ java -jar gerrit.war ExportReviewNotes -d site_path --threads 16 + $ ssh -p 29418 user@review reviewnotes export --threads 16 ```