OSDN Git Service

version.sh: add a little usage comment
authorTimothy Gu <timothygu99@gmail.com>
Fri, 29 Nov 2013 00:57:49 +0000 (16:57 -0800)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Nov 2013 20:17:58 +0000 (21:17 +0100)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
version.sh

index 62882e0..c28ffe7 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Usage: version.sh <ffmpeg-root-dir> <output-version.h> <extra-version>
+
 # check for git short hash
 if ! test "$revision"; then
     revision=$(cd "$1" && git describe --tags --match N 2> /dev/null)