diff options
author | Brian Paul <[email protected]> | 2010-02-17 08:59:02 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-17 08:59:02 -0700 |
commit | 5b392ff49ab6be3947b457feafdbb72463fd0686 (patch) | |
tree | 49f6d750acf186bce5debc4874435fd0cc8faffd /src/glsl/apps/purify.c | |
parent | 6b4a553dd34764f8c696ae8198d98efbb28bbc93 (diff) |
glsl/apps: print usage info if insufficient args
Diffstat (limited to 'src/glsl/apps/purify.c')
-rw-r--r-- | src/glsl/apps/purify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/apps/purify.c b/src/glsl/apps/purify.c index 8c01f4fc6a3..3019e8b2204 100644 --- a/src/glsl/apps/purify.c +++ b/src/glsl/apps/purify.c @@ -45,6 +45,7 @@ main(int argc, FILE *out; if (argc != 3) { + printf("Usage: purify infile outfile\n"); return 1; } |