diff options
Diffstat (limited to 'bridges/FourchanBridge.php')
-rw-r--r-- | bridges/FourchanBridge.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bridges/FourchanBridge.php b/bridges/FourchanBridge.php index 126c36c5..4680475e 100644 --- a/bridges/FourchanBridge.php +++ b/bridges/FourchanBridge.php @@ -10,11 +10,13 @@ class FourchanBridge extends BridgeAbstract { const PARAMETERS = array( array( 'c' => array( 'name' => 'Thread category', - 'required' => true + 'required' => true, + 'exampleValue' => 'po', ), 't' => array( 'name' => 'Thread number', 'type' => 'number', + 'exampleValue' => '597271', 'required' => true ) )); |