瀏覽代碼

+ added usage instruction for gdtest by mischi

Jonas Maebe 21 年之前
父節點
當前提交
7f5711e17f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/extra/libgd/README

+ 4 - 0
packages/extra/libgd/README

@@ -28,7 +28,11 @@ The gdtest example is adapted from the example of the gd unit by Mike Bradbery.
 It shows how to use the pascal-like functions in the gd unit instead of the
 raw C like functions which use pchars.
 
+usage:
+ gdtest chart.png
+
 the gdtestcgi example shows how to output an image to standard output,
 this can be used for CGI scripts.
 
 Michael.
+